[arch-commits] Commit in qt3/trunk (PKGBUILD qt.install)

Ionut Biru ibiru at archlinux.org
Sat Feb 27 00:07:44 UTC 2010


    Date: Friday, February 26, 2010 @ 19:07:44
  Author: ibiru
Revision: 70485

upgpkg: qt3 3.3.8-17
fix sed options

Modified:
  qt3/trunk/PKGBUILD
  qt3/trunk/qt.install

------------+
 PKGBUILD   |    2 +-
 qt.install |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-26 23:57:31 UTC (rev 70484)
+++ PKGBUILD	2010-02-27 00:07:44 UTC (rev 70485)
@@ -4,7 +4,7 @@
 
 pkgname=qt3
 pkgver=3.3.8
-pkgrel=16
+pkgrel=17
 pkgdesc="The QT gui toolkit."
 arch=(i686 x86_64)
 license=('GPL')

Modified: qt.install
===================================================================
--- qt.install	2010-02-26 23:57:31 UTC (rev 70484)
+++ qt.install	2010-02-27 00:07:44 UTC (rev 70485)
@@ -8,5 +8,5 @@
 
 post_remove() {
 	# this can be removed in future versions
-	sed  -e -i '/\/opt\/qt\/lib/d' etc/ld.so.conf
+	sed  -e '/\/opt\/qt\/lib/d' -i etc/ld.so.conf
 }




More information about the arch-commits mailing list