summaryrefslogtreecommitdiffstats
path: root/axel
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 /axel
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 'axel')
-rw-r--r--axel/Pkgfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/axel/Pkgfile b/axel/Pkgfile
index 6406635..39c9a22 100644
--- a/axel/Pkgfile
+++ b/axel/Pkgfile
@@ -20,6 +20,6 @@ build ()
--mandir=$mandir \
--strip=0;
# strip is disabled because pkg++ will do the job later.
- make CC=$CTARGET-gcc;
+ make CC=$CHOST-gcc;
make DESTDIR=$PKG install;
}