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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Mon Feb 4 07:59:31 UTC 2013


    Date: Monday, February 4, 2013 @ 08:59:30
  Author: bpiotrowski
Revision: 83636

Don't use $pkgdir in build() function.

Modified:
  mupdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-04 07:56:29 UTC (rev 83635)
+++ PKGBUILD	2013-02-04 07:59:30 UTC (rev 83636)
@@ -22,7 +22,7 @@
     CXXFLAGS+=" -fPIC"
 
 	cd "$srcdir"/$pkgname-$pkgver-source
-	make build=release prefix="$pkgdir"/usr
+	make build=release prefix=/usr
 }
 
 package() {




More information about the arch-commits mailing list