summaryrefslogtreecommitdiffstats
path: root/iproute2
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2011-01-08 17:02:51 +0100
committerLukc <lukc@upyum.com>2011-01-08 17:02:51 +0100
commit0e9d94588a7865e7f3434750671bd6100706f063 (patch)
tree414d6c5ff43062d56d24885a89060eb361b89517 /iproute2
parent6aeb1a36bfffc8fdfc2fc15e1edaf9064f4f9b80 (diff)
downloadbase-0e9d94588a7865e7f3434750671bd6100706f063.tar.gz
base-0e9d94588a7865e7f3434750671bd6100706f063.tar.bz2
base-0e9d94588a7865e7f3434750671bd6100706f063.tar.xz
base-0e9d94588a7865e7f3434750671bd6100706f063.zip
Correction à cause de cet enfoiré de développeur de pkg++ qui casse toujours tout. :@
Diffstat (limited to 'iproute2')
-rw-r--r--iproute2/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/iproute2/Pkgfile b/iproute2/Pkgfile
index a75c1ae..3864ddc 100644
--- a/iproute2/Pkgfile
+++ b/iproute2/Pkgfile
@@ -12,7 +12,7 @@ build ()
{
cd $name-$version;
sed -i "s|-O2|$CFLAGS -DIPT_LIB_DIR=\\\\\"$prefix/lib/xtables\\\\\"|" Makefile;
- make ${CTARGET:+CC=$CTARGET-gcc};
+ make ${CHOST:+CC=$CHOST-gcc};
make MANDIR=$mandir DESTDIR=$PKG install;
install -d $PKG/{{s,}bin,$prefix/{${mandir/$prefix}/man8,sbin}}