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

Andrzej Giniewicz aginiewicz at nymeria.archlinux.org
Sun May 12 09:00:02 UTC 2013


    Date: Sunday, May 12, 2013 @ 11:00:02
  Author: aginiewicz
Revision: 90407

upgpkg: unionfs-fuse 0.26-2

moved mount.unionfs from /usr/sbin to /usr/bin

Modified:
  unionfs-fuse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-12 08:49:01 UTC (rev 90406)
+++ PKGBUILD	2013-05-12 09:00:02 UTC (rev 90407)
@@ -4,7 +4,7 @@
 
 pkgname=unionfs-fuse
 pkgver=0.26
-pkgrel=1
+pkgrel=2
 pkgdesc="A user space unionfs implementation"
 arch=('i686' 'x86_64')
 url="http://podgorny.cz/moin/UnionFsFuse"
@@ -20,7 +20,7 @@
 
 package() {
   cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
+  make SBINDIR="/bin" DESTDIR="$pkgdir" PREFIX=/usr install
   install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 




More information about the arch-commits mailing list