aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--chapter07/util-linux.xml3
2 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index d21bb7c0d..74d4a929a 100644
--- a/Makefile
+++ b/Makefile
@@ -46,9 +46,6 @@ book: validate profile-html
@echo "Copying CSS code and images..."
$(Q)mkdir -p $(BASEDIR)/stylesheets
$(Q)cp stylesheets/lfs-xsl/*.css $(BASEDIR)/stylesheets
- $(Q)pushd $(BASEDIR)/ > /dev/null; \
-# sed -i -e "s@../stylesheets@stylesheets@g" *.html; \
- popd > /dev/null
$(Q)mkdir -p $(BASEDIR)/images
$(Q)cp images/*.png $(BASEDIR)/images
diff --git a/chapter07/util-linux.xml b/chapter07/util-linux.xml
index 33dc8862d..a598cb4bc 100644
--- a/chapter07/util-linux.xml
+++ b/chapter07/util-linux.xml
@@ -48,8 +48,7 @@
<para>Prepare Util-linux for compilation:</para>
-<screen><userinput remap="configure">
-./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
+<screen><userinput remap="configure">./configure ADJTIME_PATH=/var/lib/hwclock/adjtime \
--docdir=/usr/share/doc/util-linux-&util-linux-version; \
--disable-chfn-chsh \
--disable-login \