wok rev 11544

swat: fix genpkg_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 25 14:23:11 2011 +0100 (2011-12-25)
parents 6e4164520176
children d52e76bdb48f
files swat/receipt
line diff
     1.1 --- a/swat/receipt	Sun Dec 25 13:02:07 2011 +0100
     1.2 +++ b/swat/receipt	Sun Dec 25 14:23:11 2011 +0100
     1.3 @@ -12,7 +12,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/share/samba
     1.8 +	mkdir -p $fs/usr/share/samba $fs/usr/share/applications
     1.9  	cp -a $_pkg/usr/share/samba/swat $fs/usr/share/samba
    1.10  	cp $stuff/swat.desktop $fs/usr/share/applications
    1.11  }