wok diff wget/receipt @ rev 8798

Fix droid-font tarball download
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Feb 23 00:15:11 2011 +0100 (2011-02-23)
parents 4897058add72
children 02bbaa9d12ba
line diff
     1.1 --- a/wget/receipt	Sun Feb 28 17:49:32 2010 +0100
     1.2 +++ b/wget/receipt	Wed Feb 23 00:15:11 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