mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* 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:
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user