wok diff firefox/receipt @ rev 14000

Up: emacs-pkg-lua-mode (20111107)
author Dominique Corbex <domcox@slitaz.org>
date Thu Feb 14 13:36:00 2013 +0100 (2013-02-14)
parents 6aa501a7751e
children dbd41e6636de
line diff
     1.1 --- a/firefox/receipt	Sun Apr 29 12:46:24 2012 +0200
     1.2 +++ b/firefox/receipt	Thu Feb 14 13:36:00 2013 +0100
     1.3 @@ -48,8 +48,8 @@
     1.4  {
     1.5  	mkdir -p $fs/usr/lib/$PACKAGE \
     1.6  		$fs/usr/share $fs/etc/$PACKAGE/profile/chrome
     1.7 -	cp -a $_pkg/usr/bin $fs/usr
     1.8 -	cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib
     1.9 +	cp -a $install/usr/bin $fs/usr
    1.10 +	cp -a $install/usr/lib/$PACKAGE $fs/usr/lib
    1.11  
    1.12  	# Home page, bookmarks file and branding.
    1.13  	cp -a $stuff/browserconfig.properties $fs/etc/$PACKAGE
    1.14 @@ -87,7 +87,7 @@
    1.15  	# split firefox libs
    1.16  	rm -rf $fs/usr/lib/$PACKAGE/*.so
    1.17  	#retain big firefox libs
    1.18 -	cp -a $_pkg/usr/lib/$PACKAGE/libxul.so \
    1.19 +	cp -a $install/usr/lib/$PACKAGE/libxul.so \
    1.20  		$fs/usr/lib/$PACKAGE
    1.21  	#workaround for now
    1.22  	#https://bugzilla.mozilla.org/show_bug.cgi?id=658850