# HG changeset patch # User Christopher Rogers # Date 1297019929 0 # Node ID 6e152ae05ea62cd5884b8754df1a4ad88aa79435 # Parent cbd7fbaae292a703ce737cec58397bf3af8ccae5 Fixed spidermonkey. diff -r cbd7fbaae292 -r 6e152ae05ea6 spidermonkey/receipt --- a/spidermonkey/receipt Sun Feb 06 19:15:39 2011 +0000 +++ b/spidermonkey/receipt Sun Feb 06 19:18:49 2011 +0000 @@ -16,8 +16,7 @@ # Rules to configure and make the package. compile_rules() { - src=$WOK/$PACKAGE/$SOURCE/src - cd $src + cd $src/src make -f Makefile.ref DIST=../_pkg/usr all export } @@ -27,7 +26,6 @@ { mkdir -p $fs/usr/lib - _pkg=$WOK/$PACKAGE/$SOURCE/_pkg cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib/*so* $fs/usr/lib }