mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
releasing version 8.61
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user