summaryrefslogtreecommitdiff
path: root/community/pam_mount/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
commitcebf33d7109e0157a80f34d6136e212f0a28d274 (patch)
treea6464302c970f72581105b50ff0896e1f56def3d /community/pam_mount/PKGBUILD
parent1a65caeb80e2cc8c7b39262d72255124d0c8614e (diff)
parent5cb95ceee39e4691f768ea2fef60b8a106e92209 (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/pam_mount/PKGBUILD')
-rw-r--r--community/pam_mount/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/pam_mount/PKGBUILD b/community/pam_mount/PKGBUILD
index dc77371c8..bf243f18b 100644
--- a/community/pam_mount/PKGBUILD
+++ b/community/pam_mount/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 77500 2012-10-11 11:40:42Z spupykin $
+# $Id: PKGBUILD 91874 2013-05-28 17:46:11Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributors: Sirius Bakke <sirius\at/nonline.org>
pkgname=pam_mount
pkgver=2.13
-pkgrel=4
+pkgrel=5
pkgdesc="A PAM module that can mount volumes for a user session"
arch=('i686' 'x86_64' 'mips64el')
url="http://pam-mount.sourceforge.net/"
@@ -22,12 +22,13 @@ build() {
cd -- "$srcdir/$pkgname-$pkgver"
patch -p1 <$srcdir/$pkgname-git.patch
aclocal
- automake --add-missing
libtoolize
+ automake --add-missing
autoreconf
./configure \
--prefix=/usr \
- --with-ssbindir=/usr/sbin \
+ --with-ssbindir=/usr/bin \
+ --sbindir=/usr/bin \
--with-slibdir=/usr/lib \
--sysconfdir=/etc \
--localstatedir=/var