wok-6.x rev 8220
imported patch cleanup/wget.patch
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Jan 27 00:20:50 2011 +0100 (2011-01-27) |
parents | 9b7526485ebb |
children | 86295c37fce3 |
files | wget/receipt |
line diff
1.1 --- a/wget/receipt Thu Jan 27 00:20:50 2011 +0100 1.2 +++ b/wget/receipt Thu Jan 27 00:20:50 2011 +0100 1.3 @@ -14,7 +14,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure 1.8 + ./configure && 1.9 make DESTDIR=$PWD/_pkg install 1.10 } 1.11 1.12 @@ -23,7 +23,7 @@ 1.13 { 1.14 echo $_pkg 1.15 mkdir -p $fs/usr 1.16 - cp -a $_pkg/usr/local/bin $fs/usr 1.17 + cp -a $_pkg/usr/bin $fs/usr 1.18 strip -s $fs/usr/bin/* 1.19 } 1.20