wok-backports rev 9

wbar2:Fix config
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Dec 21 22:46:17 2013 +0100 (2013-12-21)
parents ac4abe908363
children fa2b4a5a32ec
files wbar2/receipt
line diff
     1.1 --- a/wbar2/receipt	Sat Dec 21 18:52:03 2013 +0100
     1.2 +++ b/wbar2/receipt	Sat Dec 21 22:46:17 2013 +0100
     1.3 @@ -27,11 +27,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  }