releasing version 8.61

This commit is contained in:
joey
2006-01-07 18:44:04 +00:00
parent 4572a96112
commit fa41ec6234
3 changed files with 12 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ sub MY::libscan {
return $_;
}
# Add a more targets.
# Add a few more targets.
sub MY::postamble {
return q{
@@ -34,10 +34,7 @@ extra_install:
gzip -qf9 $(PREFIX)/share/alien/patches/*
alien:
perl -pe ' \
$$_="" if /use lib/; \
$$_="our \$$Version=\"$(VER)\";\n" \
if /VERSION_AUTOREPLACE/' alien.pl > alien
perl -pe '$$_="" if /use lib/; $$_="our \$$Version=\"$(VER)\";\n" if /VERSION_AUTOREPLACE/' alien.pl > alien
}
}