git » cracklib.git » commit d2c5dc2

move /usr/sbin to /usr/bin

author Tobias Powalowski
2013-05-19 09:35:58 UTC
committer Tobias Powalowski
2013-05-19 09:35:58 UTC
parent c75ff5e864606646ac6055e19fe77d387068b921

move /usr/sbin to /usr/bin

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index f5f3146..96e0f21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=cracklib
 pkgver=2.8.22
-pkgrel=2
+pkgrel=3
 pkgdesc="Password Checking Library"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -15,7 +15,7 @@ md5sums=('463177b5c29c7a598c991e12a4898e06')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --without-python
+  ./configure --prefix=/usr --sbindir=/usr/bin --without-python
   make 
 }