wok-next diff firefox/receipt @ rev 13960
Add wxHexEditor
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Jan 31 04:26:00 2013 +0000 (2013-01-31) |
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 Jan 31 04:26:00 2013 +0000 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