Mise à jour kernel 2.6.37
[hvlinux.git] / stage2 / pkg / iproute2
index 461289b..7c937b3 100644 (file)
@@ -11,9 +11,13 @@ hvconfig_pre()
 hvbuild()
 {
     cd ${LFS_TMP}/${PACKAGE}
+
+    # DESTDIR=
+    # This ensures that the IPRoute2 binaries will install into the correct
+    # directory. By default, DESTDIR is set to /usr.
     make DESTDIR=
-    make DESTDIR= SBINDIR=/sbin DOCDIR=/usr/share/doc/iproute2 MANDIR=/usr/share/man install
+    make DESTDIR= SBINDIR=/sbin DOCDIR=/usr/share/doc/iproute2 \
+        MANDIR=/usr/share/man install
 }
 
 hvbuild_post()
@@ -22,6 +26,4 @@ hvbuild_post()
     unset SBINDIR
     unset DOCDIR
     unset MANDIR
-
-    cd bozo
 }