[arch-commits] Commit in gparted/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Mon Feb 8 20:11:45 UTC 2010


    Date: Monday, February 8, 2010 @ 15:11:45
  Author: giovanni
Revision: 67609

upgpkg: gparted 0.5.1-3
    Fixed FS18226

Modified:
  gparted/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-08 19:19:53 UTC (rev 67608)
+++ PKGBUILD	2010-02-08 20:11:45 UTC (rev 67609)
@@ -4,7 +4,7 @@
 
 pkgname=gparted
 pkgver=0.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A Partition Magic clone, frontend to GNU Parted"
 arch=('i686' 'x86_64')
 url="http://gparted.sourceforge.net"
@@ -27,5 +27,6 @@
 
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR="${pkgdir}/" install
+  make DESTDIR="${pkgdir}" install || return 1
+  sed -i -e "s:Exec= /usr/sbin:Exec=gksu /usr/sbin:g" ${pkgdir}/usr/share/applications/gparted.desktop || return 1
 }




More information about the arch-commits mailing list