summaryrefslogtreecommitdiff
path: root/community/unionfs-fuse/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/unionfs-fuse/PKGBUILD')
-rw-r--r--community/unionfs-fuse/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/unionfs-fuse/PKGBUILD b/community/unionfs-fuse/PKGBUILD
index bcb7c52d2..972acc31a 100644
--- a/community/unionfs-fuse/PKGBUILD
+++ b/community/unionfs-fuse/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 76241 2012-09-15 08:29:07Z aginiewicz $
+# $Id: PKGBUILD 90408 2013-05-12 09:00:26Z aginiewicz $
# Maintainer: Andrzej Giniewicz <gginiu@gmail.com>
# Contributor: Smith Dhumbumroong <zodmaner at gmail dot com>
pkgname=unionfs-fuse
pkgver=0.26
-pkgrel=1
+pkgrel=2
pkgdesc="A user space unionfs implementation"
arch=('i686' 'x86_64' 'mips64el')
url="http://podgorny.cz/moin/UnionFsFuse"
@@ -20,7 +20,7 @@ build() {
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
}