diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-05-15 21:35:07 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-05-15 21:35:07 -0300 |
commit | 1a65caeb80e2cc8c7b39262d72255124d0c8614e (patch) | |
tree | fb2047cbeaa71fabba55e68dc8f5d4838fb5018c /community/unionfs-fuse/PKGBUILD | |
parent | 9f7fb9c12e84f20cd108b933f1a51e216f76cd98 (diff) | |
parent | b90f83b99150003a2022c3a4bbad90b12eb56b7e (diff) |
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/unionfs-fuse/PKGBUILD')
-rw-r--r-- | community/unionfs-fuse/PKGBUILD | 6 |
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 } |