cracklib: fix install script.
This commit is contained in:
parent
e13224f960
commit
100417ed86
|
@ -1,7 +1,7 @@
|
|||
case ${ACTION} in
|
||||
post)
|
||||
echo "Generating cracklib dictionary..."
|
||||
usr/bin/create-cracklib-dict -o usr/share/cracklib/pw_dict \
|
||||
usr/sbin/create-cracklib-dict -o usr/share/cracklib/pw_dict \
|
||||
usr/share/cracklib/cracklib-words || exit 1
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cracklib'
|
||||
pkgname=cracklib
|
||||
version=2.8.22
|
||||
revision=2
|
||||
revision=3
|
||||
subpackages="libcracklib ${pkgname}-devel ${pkgname}-python"
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="${pkgname}-${version}"
|
||||
|
|
Loading…
Reference in New Issue