wok diff gparted/receipt @ rev 14751

busybox-boot: create /usr/share/boot/initrd
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 16 19:48:35 2013 +0200 (2013-06-16)
parents 6b57132cfe94
children 380ffe05937a
line diff
     1.1 --- a/gparted/receipt	Sun Jan 06 05:14:46 2013 +0300
     1.2 +++ b/gparted/receipt	Sun Jun 16 19:48:35 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gparted"
     1.7 -VERSION="0.14.1"
     1.8 +VERSION="0.15.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="GTK partition editor."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -39,16 +39,14 @@
    1.13  genpkg_rules()
    1.14  {
    1.15  	mkdir -p $fs/usr/share/pixmaps
    1.16 -	cp $_pkg/usr/share/icons/hicolor/48x48/apps/gparted.png \
    1.17 +	cp $install/usr/share/icons/hicolor/48x48/apps/gparted.png \
    1.18  		$fs/usr/share/pixmaps/gparted.png
    1.19 -	cp -a $_pkg/usr/sbin $fs/usr
    1.20 +	cp -a $install/usr/sbin $fs/usr
    1.21  	sed -i s/'#!\/bin\/bash'/'#!\/bin\/sh'/ $fs/usr/sbin/gparted
    1.22  }
    1.23  
    1.24  # Version 0.3.7 - Binary has moved to /usr/sbin
    1.25  post_install()
    1.26  {
    1.27 -	local root
    1.28 -	root=$1
    1.29  	rm -f $root/usr/bin/gparted
    1.30  }