wok-6.x diff spidermonkey/receipt @ rev 8641

Fixed celestia menu desktop.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Feb 15 17:13:17 2011 +0000 (2011-02-15)
parents 0b54a70ec4b1
children fbea817f94c5
line diff
     1.1 --- a/spidermonkey/receipt	Mon May 18 17:44:16 2009 +0000
     1.2 +++ b/spidermonkey/receipt	Tue Feb 15 17:13:17 2011 +0000
     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  }