wok-undigest rev 342

brasero: fix genpkg_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 15 16:09:42 2011 +0200 (2011-06-15)
parents 3e4ee9255f3d
children 5ce706e2f581
files brasero/receipt
line diff
     1.1 --- a/brasero/receipt	Wed Jun 15 16:02:31 2011 +0200
     1.2 +++ b/brasero/receipt	Wed Jun 15 16:09:42 2011 +0200
     1.3 @@ -37,6 +37,6 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	cp -a $_pkg/usr/bin $fs/usr
     1.8 +	cp -a $_pkg/usr/bin $fs/usr/share/applications
     1.9  	cp -a $_pkg/usr/share/applications $fs/usr/share/applications
    1.10  }