summaryrefslogtreecommitdiff
path: root/community/libuser/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/libuser/PKGBUILD
parent1a65caeb80e2cc8c7b39262d72255124d0c8614e (diff)
parent5cb95ceee39e4691f768ea2fef60b8a106e92209 (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/libuser/PKGBUILD')
-rw-r--r--community/libuser/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/libuser/PKGBUILD b/community/libuser/PKGBUILD
index ff1143354..03f8fe40b 100644
--- a/community/libuser/PKGBUILD
+++ b/community/libuser/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 88522 2013-04-19 10:31:27Z spupykin $
+# $Id: PKGBUILD 91838 2013-05-28 17:05:08Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Thomas Dziedzic < gostrc at gmail >
pkgname=libuser
pkgver=0.59
-pkgrel=1
+pkgrel=2
pkgdesc='A standardized interface for manipulating and administering user and group accounts.'
arch=('i686' 'x86_64' 'mips64el')
license=('LGPL')
@@ -21,6 +21,7 @@ build() {
./configure \
--prefix=/usr \
--sysconfdir=/etc \
+ --sbindir=/usr/bin \
--disable-gtk-doc-html \
--disable-rpath
sed -i 's/SUBDIRS = po docs/SUBDIRS = po/' Makefile