cracklib: fixed usr/sbin link.
This commit is contained in:
parent
e5ab573ce3
commit
19ea9ef267
|
@ -1,7 +1,7 @@
|
|||
case ${ACTION} in
|
||||
post)
|
||||
echo "Generating cracklib dictionary..."
|
||||
usr/sbin/create-cracklib-dict -o usr/share/cracklib/pw_dict \
|
||||
usr/bin/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.9.4
|
||||
revision=2
|
||||
revision=3
|
||||
lib32disabled=yes
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="${pkgname}-${version}"
|
||||
|
|
Loading…
Reference in New Issue