wok diff wget/receipt @ rev 10240
Up: claws-mail to 3.7.9.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 21 01:36:49 2011 +0000 (2011-05-21) |
parents | 35f2d9d491ed |
children | b59066f9fc8d |
line diff
1.1 --- a/wget/receipt Sat May 14 14:15:59 2011 +0200 1.2 +++ b/wget/receipt Sat May 21 01:36:49 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 }