summaryrefslogtreecommitdiff
path: root/community/unionfs-fuse
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-13 01:16:28 -0700
committerroot <root@rshg054.dnsready.net>2013-05-13 01:16:28 -0700
commit66cb4a487ad73063c6b000279a5d5558fb7603f5 (patch)
treeee73bbc414ba8aec6b9a578578ceaabd38fff01e /community/unionfs-fuse
parent5b9e0d821dd428792bd51ed03af2b800924ce69d (diff)
Mon May 13 01:16:27 PDT 2013
Diffstat (limited to 'community/unionfs-fuse')
-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 e75504ae0..22db49cff 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')
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
}