Browse Source

Raphael Langerhorst:


			
			
				rocklinux
			
			
		
Raphael Langerhorst 19 years ago
parent
commit
79a81e7607
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      package/base/cracklib/cracklib.conf

+ 3
- 0
package/base/cracklib/cracklib.conf

@ -28,8 +28,11 @@ makeinstopt="$makeinstopt SRCDICTS=\$datadir/dict/words \
cl_pm(){
cp -f cracklib/libcrack.a $libdir
chmod +r $libdir/libcrack.a
cp -f cracklib/packer.h $includedir
chmod +r $includedir/packer.h
cp -f cracklib/crack.h $includedir
chmod +r $includedir/crack.h
}
hook_add postmake 3 cl_pm

Loading…
Cancel
Save