wok diff spidermonkey-dev/receipt @ rev 13710

get-OpenOffice3: small fixes
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 17 20:32:43 2012 +0100 (2012-12-17)
parents 8b66866dbe84
children 3d805214d753
line diff
     1.1 --- a/spidermonkey-dev/receipt	Fri Mar 11 16:54:31 2011 +0100
     1.2 +++ b/spidermonkey-dev/receipt	Mon Dec 17 20:32:43 2012 +0100
     1.3 @@ -12,6 +12,6 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/lib $fs/usr/include/js
     1.7 -	cp -a $_pkg/usr/include/jfs/* $fs/usr/include/js
     1.8 +	cp -a $_pkg/usr/include/js/* $fs/usr/include/js
     1.9  	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/	
    1.10  }