wok diff wbar2/receipt @ rev 16009

go: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 04 16:30:31 2014 +0000 (2014-03-04)
parents f4a081075efd
children d504756dc474
line diff
     1.1 --- a/wbar2/receipt	Thu Dec 19 01:29:10 2013 +0100
     1.2 +++ b/wbar2/receipt	Tue Mar 04 16:30:31 2014 +0000
     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  }