summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
author小雨2015-07-27 12:03:09 +0800
committer小雨2015-07-27 12:03:09 +0800
commit3e42f33a05494a902ac7ce2465627bbea264da8b (patch)
treebdd87caa7882af87eaec609b1ff98f9b2654ea97 /PKGBUILD
parent5ef45d072aa83a9a219e4ab0bad40ccf5a9a7692 (diff)
downloadaur-3e42f33a05494a902ac7ce2465627bbea264da8b.tar.gz
update to r2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23f1cf9829dc..9fe12bf0d38e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=binfmt-support
pkgver=2.1.5
-pkgrel=1
+pkgrel=2
pkgdesc="register interpreters for various binary formats"
arch=(i686 x86_64)
url="http://packages.debian.org/en/sid/binfmt-support"
@@ -14,7 +14,7 @@ md5sums=('13e241cfd5571c9a2100baf9ab4aedc9'
build() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --libexecdir=/usr/lib --sbindir=/usr/bin
+ ./configure --prefix=/usr --libexecdir=/usr/lib --sbindir=/usr/bin --localstatedir=/var
make
}