wok-4.x diff util-linux-ng-cfdisk/receipt @ rev 5329

mv get-msttcorefonts to wok-undigest; please add new pkgs to wok-undigest first
author Rohit Joshi <jozee@slitaz.org>
date Fri Apr 23 06:15:11 2010 -0400 (2010-04-23)
parents c1004e0f2921
children cb53e0d30346
line diff
     1.1 --- a/util-linux-ng-cfdisk/receipt	Wed Sep 09 21:35:37 2009 +0200
     1.2 +++ b/util-linux-ng-cfdisk/receipt	Fri Apr 23 06:15:11 2010 -0400
     1.3 @@ -13,6 +13,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/sbin
     1.8 +	mkdir -p $fs/sbin $fs/usr/share/applications
     1.9  	cp -a $_pkg/sbin/cfdisk $fs/sbin
    1.10 +	cp stuff/cfdisk.desktop $fs/usr/share/applications
    1.11  }