wok rev 18540
Up gparted (0.24.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 03 11:20:58 2015 +0100 (2015-11-03) |
parents | ef147b8cd509 |
children | 61fdfde9104b |
files | gparted/receipt |
line diff
1.1 --- a/gparted/receipt Tue Nov 03 10:33:47 2015 +0200 1.2 +++ b/gparted/receipt Tue Nov 03 11:20:58 2015 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gparted" 1.7 -VERSION="0.23.0" 1.8 +VERSION="0.24.0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="GTK partition editor." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -21,7 +21,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 find . -name '*.h' -o -name '*.c*' | xargs sed -i 's|glibmm/i18n|glib/gi18n|' 1.18 # Remove the "-v" option from the swapon/off commands. This will allow 1.19 # gparted to play nicely with busybox. 1.20 @@ -51,5 +50,5 @@ 1.21 # Version 0.3.7 - Binary has moved to /usr/sbin 1.22 post_install() 1.23 { 1.24 - rm -f $root/usr/bin/gparted 1.25 + rm -f $root/usr/bin/gparted 2> /dev/null 1.26 }