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

Allan McRae allan at nymeria.archlinux.org
Sun May 12 04:32:43 UTC 2013


    Date: Sunday, May 12, 2013 @ 06:32:43
  Author: allan
Revision: 185193

upgpkg: fakechroot 2.16-3

move file to /usr/bin/

Modified:
  fakechroot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-11 23:57:48 UTC (rev 185192)
+++ PKGBUILD	2013-05-12 04:32:43 UTC (rev 185193)
@@ -4,7 +4,7 @@
 
 pkgname=fakechroot
 pkgver=2.16
-pkgrel=2
+pkgrel=3
 pkgdesc="Gives a fake chroot environment"
 arch=('i686' 'x86_64')
 url="https://github.com/fakechroot/fakechroot/wiki"
@@ -24,7 +24,8 @@
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib/libfakeroot --sysconfdir=/etc
+  ./configure --prefix=/usr --sbindir=/usr/bin \
+    --libdir=/usr/lib/libfakeroot --sysconfdir=/etc
   make
 }
 




More information about the arch-commits mailing list