mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
don't forget the builder, d'oh!
svn path=/nixpkgs/trunk/; revision=4129
This commit is contained in:
parent
0b6462aee7
commit
3c079ce798
17
pkgs/development/libraries/cracklib/builder.sh
Normal file
17
pkgs/development/libraries/cracklib/builder.sh
Normal file
@ -0,0 +1,17 @@
|
||||
source $stdenv/setup
|
||||
|
||||
preConfigure() {
|
||||
mkdir cracklib-dicts/
|
||||
cp $dicts cracklib-dicts/
|
||||
}
|
||||
|
||||
preConfigure=preConfigure
|
||||
|
||||
postInstall() {
|
||||
./util/cracklib-format cracklib-dicts/* | ./util/cracklib-packer cracklib_dict
|
||||
cp cracklib_dict.* $out/lib
|
||||
}
|
||||
|
||||
postInstall=postInstall
|
||||
|
||||
genericBuild
|
Loading…
Reference in New Issue
Block a user