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

Gaetan Bisson bisson at nymeria.archlinux.org
Mon Apr 28 17:29:47 UTC 2014


    Date: Monday, April 28, 2014 @ 19:29:47
  Author: bisson
Revision: 211893

please

Modified:
  inkscape/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-28 17:22:57 UTC (rev 211892)
+++ PKGBUILD	2014-04-28 17:29:47 UTC (rev 211893)
@@ -34,12 +34,12 @@
 install=install
 
 prepare() {
-	cd ${pkgname}-${pkgver}
+	cd "${srcdir}/${pkgname}-${pkgver}"
 	patch -p1 -i ../gc74.patch # FS#39106
 	patch -p0 -i ../freetype.patch # FS#37956
 	patch -p1 -i ../ime-placement.patch # FS#39898
 	patch -p0 -i ../spuriouscomma.patch
-        patch -p0 -i ../poppler-0.26.patch
+	patch -p0 -i ../poppler-0.26.patch
 	sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
 	sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' share/*/{test/,}*.py
 	sed -i 's|"python" },|"python2" },|g' src/extension/implementation/script.cpp
@@ -50,7 +50,7 @@
 }
 
 build() {
-	cd ${pkgname}-${pkgver}
+	cd "${srcdir}/${pkgname}-${pkgver}"
 	./configure \
 		--prefix=/usr \
 		--with-python \
@@ -62,6 +62,6 @@
 }
 
 package() {
-	cd ${pkgname}-${pkgver}
+	cd "${srcdir}/${pkgname}-${pkgver}"
 	make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list