* alien.spec: pass PREFIX to Makefile.PL so it works on systems

(such as red hat 8) where the generated Makefile does not use
     $PREFIX in all paths.
This commit is contained in:
joey
2003-04-30 03:12:00 +00:00
parent 14cd95336f
commit cbe19ea395
4 changed files with 13 additions and 9 deletions

8
debian/changelog vendored
View File

@@ -1,3 +1,11 @@
alien (8.26) unstable; urgency=low
* alien.spec: pass PREFIX to Makefile.PL so it works on systems
(such as red hat 8) where the generated Makefile does not use
$PREFIX in all paths.
-- Joey Hess <joeyh@debian.org> Tue, 29 Apr 2003 23:12:32 -0400
alien (8.25) unstable; urgency=low
* Support rpms that contain no files. Closes: #184714