[arch-commits] Commit in gnome-tweak-tool/trunk (PKGBUILD)

Ionut Biru ibiru at archlinux.org
Sat Mar 19 13:34:56 UTC 2011


    Date: Saturday, March 19, 2011 @ 09:34:55
  Author: ibiru
Revision: 115700

upgpkg: gnome-tweak-tool 2.91.92-2
fix python shebang

Modified:
  gnome-tweak-tool/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-03-19 13:24:14 UTC (rev 115699)
+++ PKGBUILD	2011-03-19 13:34:55 UTC (rev 115700)
@@ -2,7 +2,7 @@
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 pkgname=gnome-tweak-tool
 pkgver=2.91.92
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool to customize advanced GNOME 3 options."
 arch=(any)
 url="https://live.gnome.org/GnomeTweakTool"
@@ -23,6 +23,7 @@
   cd "$srcdir/$pkgname-$pkgver"
 
   make DESTDIR="$pkgdir" install
+  sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" "$pkgdir"/usr/bin/gnome-tweak-tool
 }
 
 # vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list