diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml
index cf255efe1..1ee9be3b1 100644
--- a/chapter05/chapter05.xml
+++ b/chapter05/chapter05.xml
@@ -19,6 +19,7 @@
&c5-textutils;
&c5-mawk;
&c5-texinfo;
+&c5-patch;
&c5-pwdgroup;
&c5-oldnsslib;
&c5-proc;
diff --git a/chapter05/patch-inst.xml b/chapter05/patch-inst.xml
new file mode 100644
index 000000000..765f0ae9c
--- /dev/null
+++ b/chapter05/patch-inst.xml
@@ -0,0 +1,16 @@
+
+Installation of Patch
+
+
+Install Make by running the following commands:
+
+
+
+ ./configure --prefix=$LFS/usr
+ &&
+ make LDFLAGS=-static &&
+ make install
+
+
+
+
diff --git a/chapter05/patch.xml b/chapter05/patch.xml
new file mode 100644
index 000000000..d2f3f4436
--- /dev/null
+++ b/chapter05/patch.xml
@@ -0,0 +1,8 @@
+
+Installing Patch
+
+&c5-patch-inst;
+&aa-patch-desc;
+
+
+
diff --git a/index.xml b/index.xml
index 52b41e039..065f768c8 100644
--- a/index.xml
+++ b/index.xml
@@ -177,6 +177,8 @@
+
+