aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/sed.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter8/sed.sh')
-rw-r--r--chapter8/sed.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter8/sed.sh b/chapter8/sed.sh
index 7a693aa..97e8197 100644
--- a/chapter8/sed.sh
+++ b/chapter8/sed.sh
@@ -1,3 +1,11 @@
#!/bin/bash
+./configure --prefix=/usr --bindir=/bin
+make
+make html
+
+make -j1 install
+
+install -d -m755 /usr/share/doc/sed-"${VERSION}"
+install -m644 doc/sed.html /usr/share/doc/sed-"${VERSION}"