wok-6.x rev 10049
wget: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri May 20 03:56:23 2011 +0000 (2011-05-20) |
parents | b4844ead83a1 |
children | 6769a12a49d6 |
files | wget/receipt |
line diff
1.1 --- a/wget/receipt Fri May 20 03:51:42 2011 +0000 1.2 +++ b/wget/receipt Fri May 20 03:56:23 2011 +0000 1.3 @@ -16,7 +16,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure && 1.8 + ./configure $CONFIGURE_ARGS && 1.9 make DESTDIR=$DESTDIR install 1.10 } 1.11 1.12 @@ -52,5 +52,5 @@ 1.13 1.14 post_remove() 1.15 { 1.16 - ln -s /bin/busybox /usr/bin/wget 1.17 + ln -s /bin/busybox $1/usr/bin/wget 1.18 }