|
|
@ -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 |
|
|
|