wok-6.x rev 8455
Fixed spidermonkey.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Feb 06 19:18:49 2011 +0000 (2011-02-06) |
parents | cbd7fbaae292 |
children | d8764161b1ed |
files | spidermonkey/receipt |
line diff
1.1 --- a/spidermonkey/receipt Sun Feb 06 19:15:39 2011 +0000 1.2 +++ b/spidermonkey/receipt Sun Feb 06 19:18:49 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 }