summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarko Luketic2015-08-18 12:26:39 +0200
committerDarko Luketic2015-08-18 12:26:39 +0200
commit0e46592afeb8a6ac7e5a29470cbe1770d3fbb643 (patch)
tree238b34211cbc318e4d04cf8503cfc962af401d28
parent5f01e57436b7363cbe678e208e252d3901a2483a (diff)
downloadaur-0e46592afeb8a6ac7e5a29470cbe1770d3fbb643.tar.gz
pkgrel=2
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efbaf2dff288..05a888366291 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=libpam_pwdfile
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A PAM module allowing authentication via an /etc/passwd-like file"
arch=('i686' 'x86_64')
url="https://github.com/tiwe-de/libpam-pwdfile"
@@ -24,6 +24,6 @@ build() {
package() {
cd "$srcdir/libpam-pwdfile-${pkgver}"
- make PAM_LIB_DIR="$pkgdir/lib/security" INSTALL=$(which install) install
+ make PAM_LIB_DIR="$pkgdir/usr/lib/security" INSTALL=$(which install) install
}