[arch-commits] Commit in cracklib/trunk (PKGBUILD)

Tobias Powalowski tpowa at nymeria.archlinux.org
Sun May 19 09:35:59 UTC 2013


    Date: Sunday, May 19, 2013 @ 11:35:58
  Author: tpowa
Revision: 185804

upgpkg: cracklib 2.8.22-3

move /usr/sbin to /usr/bin

Modified:
  cracklib/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-19 09:33:05 UTC (rev 185803)
+++ PKGBUILD	2013-05-19 09:35:58 UTC (rev 185804)
@@ -4,7 +4,7 @@
 
 pkgname=cracklib
 pkgver=2.8.22
-pkgrel=2
+pkgrel=3
 pkgdesc="Password Checking Library"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -16,7 +16,7 @@
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --without-python
+  ./configure --prefix=/usr --sbindir=/usr/bin --without-python
   make 
 }
 




More information about the arch-commits mailing list