renamed after all

This commit is contained in:
joey
2000-04-22 06:02:51 +00:00
parent 60f67d6d70
commit 6b27184a23
3 changed files with 10 additions and 7 deletions

View File

@@ -26,6 +26,10 @@ extra_install:
-rm -f $(PREFIX)/usr/share/alien/patches/*.gz
gzip -qf9 $(PREFIX)/usr/share/alien/patches/*
alien:
perl -pe ' \
$$_="\tmy \$$version_string=\"$(VER)\";" \
if /VERSION_AUTOREPLACE/' alien.pl > alien
}
}
@@ -35,6 +39,6 @@ WriteMakefile(
# Pure evil. Hook into build and install targets
'depend' => {'all:' => 'extra_build',
'install:' => 'extra_install',
'pure_install:' => 'extra_install'},
'clean' => {FILES => 'alien.lsm'},
'pure_install:' => 'extra_install'
'clean' => {FILES => 'alien.lsm alien.subst'},
);