From 2333a0e547f378ad697f35312d6ba6d3fbafb2c8 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 25 May 2013 00:28:13 -0700 Subject: Sat May 25 00:28:12 PDT 2013 --- core/cracklib/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/cracklib') diff --git a/core/cracklib/PKGBUILD b/core/cracklib/PKGBUILD index 8c011e401..d3adf5ee8 100644 --- a/core/cracklib/PKGBUILD +++ b/core/cracklib/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 185681 2013-05-17 08:28:48Z tpowa $ +# $Id: PKGBUILD 186294 2013-05-24 07:56:30Z tpowa $ # Maintainer: Tobias Powalowski # Contributor: Federico Quagliata (quaqo) pkgname=cracklib pkgver=2.8.22 -pkgrel=2 +pkgrel=3 pkgdesc="Password Checking Library" arch=('i686' 'x86_64') license=('GPL') @@ -16,7 +16,7 @@ md5sums=('463177b5c29c7a598c991e12a4898e06') build() { cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr --without-python + ./configure --prefix=/usr --sbindir=/usr/bin --without-python make } -- cgit v1.2.3-54-g00ecf