* More Perl packages.

svn path=/nixpkgs/trunk/; revision=13100
This commit is contained in:
Eelco Dolstra
2008-10-20 03:58:49 +00:00
parent da6811d2d2
commit 23ee8eff77
2 changed files with 504 additions and 24 deletions

View File

@@ -11,9 +11,12 @@ done
IFS=$oldIFS
echo "Perl flags: $perlFlags"
oldPreConfigure="$preConfigure"
preConfigure=preConfigure
preConfigure() {
eval "$oldPreConfigure"
find . | while read fn; do
if test -f "$fn"; then
first=$(dd if="$fn" count=2 bs=1 2> /dev/null)