wok diff wget/receipt @ rev 8713

Fixed avidemux.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Feb 17 18:20:31 2011 +0000 (2011-02-17)
parents 4897058add72
children 02bbaa9d12ba
line diff
     1.1 --- a/wget/receipt	Sun Feb 28 17:49:32 2010 +0100
     1.2 +++ b/wget/receipt	Thu Feb 17 18:20:31 2011 +0000
     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