diff options
author | Lukc <lukc@upyum.com> | 2011-01-08 17:02:51 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2011-01-08 17:02:51 +0100 |
commit | 0e9d94588a7865e7f3434750671bd6100706f063 (patch) | |
tree | 414d6c5ff43062d56d24885a89060eb361b89517 /iproute2/Pkgfile | |
parent | 6aeb1a36bfffc8fdfc2fc15e1edaf9064f4f9b80 (diff) | |
download | base-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/Pkgfile')
-rw-r--r-- | iproute2/Pkgfile | 2 |
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}} |