X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Fiproute2;h=7c937b32d73fdadd52834dff03883fd1b2d7178e;hb=412b89d97179a9911e948d19ee7ea1742266dd4f;hp=461289b02fef42b1027f65a011bf20fa80c5dffc;hpb=32d65d92e012442869db211205afe55d77912ccf;p=hvlinux.git diff --git a/stage2/pkg/iproute2 b/stage2/pkg/iproute2 index 461289b..7c937b3 100644 --- a/stage2/pkg/iproute2 +++ b/stage2/pkg/iproute2 @@ -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 }