From 0e9d94588a7865e7f3434750671bd6100706f063 Mon Sep 17 00:00:00 2001 From: Lukc Date: Sat, 8 Jan 2011 17:02:51 +0100 Subject: Correction à cause de cet enfoiré de développeur de pkg++ qui casse toujours tout. :@ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- axel/Pkgfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'axel') 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; } -- cgit v1.2.3-54-g00ecf