Browse Source

install one more header and cleanup for cracklib

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1650 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
471a63af7b
2 changed files with 14 additions and 5 deletions
  1. +4
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +10
    -5
      package/base/cracklib/cracklib.conf

+ 4
- 0
Documentation/Developers/CHANGELOG-RENE

@ -1,4 +1,8 @@
*) 2003-10-29 (2.0.0-rc2 - 2.0.0-rc3)
- install one more header and cleanup for cracklib
*) 2003-10-28 (2.0.0-rc2 - 2.0.0-rc3)
- updated gimp, epiphany, galeon, libart_lgpl23 and mozilla (1.5)

+ 10
- 5
package/base/cracklib/cracklib.conf

@ -20,11 +20,16 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
makeopt="$makeopt SRCDICTS=\$datadir/dict/words \
DICTPATH=\$datadir/dict/cracklib_dict"
cl_main() {
eval $MAKE all SRCDICTS=/usr/share/dict/words DICTPATH=/usr/share/dict/cracklib_dict
eval $MAKE install SRCDICTS=/usr/share/dict/words DICTPATH=/usr/share/dict/cracklib_dict
cp -f cracklib/libcrack.a /usr/lib
makeinstopt="$makeinstopt SRCDICTS=\$datadir/dict/words \
DICTPATH=\$datadir/dict/cracklib_dict"
cl_pm(){
cp -f cracklib/libcrack.a $libdir
cp -f cracklib/packer.h $includedir
}
custmain=cl_main
hook_add postmake 3 cl_pm

Loading…
Cancel
Save