wok-4.x diff busybox/receipt @ rev 5553
linld, linmodem-slmodem, mountlo, nbs, nvidia: cache extra wget'd files in SOURCES_REPOSITORY
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 13 22:41:03 2010 +0200 (2010-05-13) |
parents | 3c8a675b0bf8 |
children | 2a5e098a34ac |
line diff
1.1 --- a/busybox/receipt Sun May 02 18:57:24 2010 +0200 1.2 +++ b/busybox/receipt Thu May 13 22:41:03 2010 +0200 1.3 @@ -45,7 +45,7 @@ 1.4 EOT 1.5 cp ../stuff/$PACKAGE-$VERSION.config .config 1.6 make oldconfig 1.7 - make "CFLAGS=-O0" && make install 1.8 + make "CFLAGS=-O0" && make "CFLAGS=-O0" install 1.9 echo "Chmod 4755 on busybox binary..." 1.10 chmod 4755 _install/bin/busybox 1.11 }