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

Ionut Biru ibiru at archlinux.org
Tue Oct 19 08:38:39 UTC 2010


    Date: Tuesday, October 19, 2010 @ 04:38:38
  Author: ibiru
Revision: 96191

upgpkg: telepathy-butterfly 0.5.14-4
fix shebang in obscure python script

Modified:
  telepathy-butterfly/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-10-19 08:19:00 UTC (rev 96190)
+++ PKGBUILD	2010-10-19 08:38:38 UTC (rev 96191)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Balieiro <daniel at balieiro.com>
 pkgname=telepathy-butterfly
 pkgver=0.5.14
-pkgrel=2
+pkgrel=4
 pkgdesc="A MSN connection manager for Telepathy"
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org"
@@ -19,4 +19,7 @@
   ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy
   make
   make DESTDIR="${pkgdir}" install
+
+  sed -i -e "s|#![ ]*/usr/bin/python$|#!/usr/bin/python2|" \
+      "${pkgdir}/usr/lib/telepathy/telepathy-butterfly"
 }




More information about the arch-commits mailing list