* More Perl packages.
svn path=/nixpkgs/trunk/; revision=13100
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user