diff options
author | Lukc <lukc@upyum.com> | 2011-01-08 17:34:40 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2011-01-08 17:34:40 +0100 |
commit | 89bb071775298a0c73db590d8b4181e5adabfa7b (patch) | |
tree | abecb7d3aace204969a06870ac7c264dc757e3bd /axel | |
parent | 0e9d94588a7865e7f3434750671bd6100706f063 (diff) | |
download | base-89bb071775298a0c73db590d8b4181e5adabfa7b.tar.gz base-89bb071775298a0c73db590d8b4181e5adabfa7b.tar.bz2 base-89bb071775298a0c73db590d8b4181e5adabfa7b.tar.xz base-89bb071775298a0c73db590d8b4181e5adabfa7b.zip |
Recette de axel corrigée.
- Pas de $CHOST ? Pas de problème.
Diffstat (limited to 'axel')
-rw-r--r-- | axel/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/axel/Pkgfile b/axel/Pkgfile index 39c9a22..ca36824 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=$CHOST-gcc; + make ${CHOST:+CC=$CHOST-gcc}; make DESTDIR=$PKG install; } |