diff options
author | Lukc <lukc@upyum.com> | 2010-12-23 16:56:58 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-23 16:56:58 +0100 |
commit | 8380a7f1a136f0129c377b43e832f7a175275230 (patch) | |
tree | bd0f16366f1613d0c755c59e7b456bef0d3a9032 /util-linux-ng | |
parent | b26a4266c97b1c43e9af814c980caa8d0843050b (diff) | |
download | base-8380a7f1a136f0129c377b43e832f7a175275230.tar.gz base-8380a7f1a136f0129c377b43e832f7a175275230.tar.bz2 base-8380a7f1a136f0129c377b43e832f7a175275230.tar.xz base-8380a7f1a136f0129c377b43e832f7a175275230.zip |
Recette de util-linux-ng mise à jour.
Diffstat (limited to 'util-linux-ng')
-rw-r--r-- | util-linux-ng/.footprint | 2 | ||||
-rw-r--r-- | util-linux-ng/Pkgfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/util-linux-ng/.footprint b/util-linux-ng/.footprint index e596cc7..177a308 100644 --- a/util-linux-ng/.footprint +++ b/util-linux-ng/.footprint @@ -56,7 +56,6 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/flock -rwxr-xr-x root/root usr/bin/getopt -rwxr-xr-x root/root usr/bin/hexdump -lrwxrwxrwx root/root usr/bin/i386 -> setarch -rwxr-xr-x root/root usr/bin/ionice -rwxr-xr-x root/root usr/bin/ipcmk -rwxr-xr-x root/root usr/bin/ipcrm @@ -266,7 +265,6 @@ drwxr-xr-x root/root usr/share/man/man8/ -rw-r--r-- root/root usr/share/man/man8/fsck.minix.8.bz2 -rw-r--r-- root/root usr/share/man/man8/fsfreeze.8.bz2 -rw-r--r-- root/root usr/share/man/man8/hwclock.8.bz2 --rw-r--r-- root/root usr/share/man/man8/i386.8.bz2 -rw-r--r-- root/root usr/share/man/man8/isosize.8.bz2 -rw-r--r-- root/root usr/share/man/man8/ldattach.8.bz2 -rw-r--r-- root/root usr/share/man/man8/linux32.8.bz2 diff --git a/util-linux-ng/Pkgfile b/util-linux-ng/Pkgfile index 7440f0a..375c170 100644 --- a/util-linux-ng/Pkgfile +++ b/util-linux-ng/Pkgfile @@ -12,6 +12,8 @@ build () { cd $name-$version; ./configure \ + ${CHOST:+--build=${CHOST}} \ + ${CTARGET:+--host=${CTARGET}} \ --prefix=$prefix \ --mandir=$mandir \ $(use_enable nls) \ |