* Major typo fix in Tgz.pm.

* Fixed newlines in tgz filelist.
   * Fixed some undefined value warnings.
   * Put the rpm spec file back in. Converting the debs to rpms fails
     because rpm doesn't use the same perl include path. Bummer.
This commit is contained in:
joey
2000-04-23 03:47:44 +00:00
parent e606c4c6a1
commit fb93c09776
3 changed files with 6 additions and 1 deletions

View File

@@ -40,6 +40,10 @@ WriteMakefile(
'EXE_FILES' => ['alien'],
# Pure evil. Hook into build and install targets
'depend' => {'all:' => 'extra_build',
# Why build on clean? Because I want to ensure the spec file
# gets put in the tarball, and so it has to happen in debian/rules
# clean
'clean:' => 'extra_build',
'install:' => 'extra_install',
'pure_install:' => 'extra_install'},
'clean' => {FILES => 'alien'},