wok-6.x diff wget/receipt @ rev 8779
Fix: assaultcube/receipt (I was on it Chris...)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Feb 22 15:41:19 2011 +0100 (2011-02-22) |
parents | 4897058add72 |
children | 02bbaa9d12ba |
line diff
1.1 --- a/wget/receipt Sun Feb 28 17:49:32 2010 +0100 1.2 +++ b/wget/receipt Tue Feb 22 15:41:19 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