wok diff spidermonkey/receipt @ rev 8467

Add: libofx-dev
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Feb 07 16:46:28 2011 +0100 (2011-02-07)
parents 0b54a70ec4b1
children fbea817f94c5
line diff
     1.1 --- a/spidermonkey/receipt	Mon May 18 17:44:16 2009 +0000
     1.2 +++ b/spidermonkey/receipt	Mon Feb 07 16:46:28 2011 +0100
     1.3 @@ -16,8 +16,7 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	src=$WOK/$PACKAGE/$SOURCE/src
     1.8 -	cd $src	
     1.9 +	cd $src/src	
    1.10  	make -f Makefile.ref DIST=../_pkg/usr all export
    1.11  
    1.12  }
    1.13 @@ -27,7 +26,6 @@
    1.14  {
    1.15  	mkdir -p $fs/usr/lib
    1.16  	
    1.17 -	_pkg=$WOK/$PACKAGE/$SOURCE/_pkg
    1.18  	cp -a $_pkg/usr/bin $fs/usr	
    1.19  	cp -a $_pkg/usr/lib/*so* $fs/usr/lib
    1.20  }