wok-6.x diff wbar2/receipt @ rev 16111
Why on ARM mpg123 install plugins in /usr/lib/mpg123 but not on i486 but it works...
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Mar 20 23:46:48 2014 +0100 (2014-03-20) |
parents | f4a081075efd |
children | d504756dc474 |
line diff
1.1 --- a/wbar2/receipt Thu Dec 19 01:29:10 2013 +0100 1.2 +++ b/wbar2/receipt Thu Mar 20 23:46:48 2014 +0100 1.3 @@ -28,11 +28,13 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/share 1.8 + mkdir -p $fs/usr/share $fs/usr/share/applications 1.9 1.10 cp -a $install/usr/bin $fs/usr 1.11 cp -a $install/etc $fs/ 1.12 cp -a $stuff/wbar.cfg $fs/etc/wbar.d 1.13 cp -a $install/usr/share/pixmaps $fs/usr/share 1.14 cp -a $install/usr/share/wbar $fs/usr/share 1.15 + 1.16 + mv $fs/etc/wbar.d/wbar.desktop $fs/usr/share/applications 1.17 }