Fixed build problems with WindowMaker
[hvlinux.git] / stage2 / cis-iproute2
index e42af37..866aca6 100755 (executable)
@@ -18,9 +18,10 @@ cd ${LFS_TMP}/${1}
 # remove the dependency on Berkeley DB by applying the sed command below
 sed -i '/^TARGETS/s@arpd@@g' misc/Makefile
 
-make DESTDIR=
+make DESTDIR= DOCDIR=/usr/share/doc/iproute2 \
+    MANDIR=/usr/share/man
 
-make DESTDIR= SBINDIR=/sbin MANDIR=/usr/share/man \
-     DOCDIR=/usr/share/doc/${1} install
+make DESTDIR= DOCDIR=/usr/share/doc/iproute2 \
+    MANDIR=/usr/share/man install
 
 exit $?