Subject: | Makefile.pL determining siteprefix incorrectly |
Gentoo GNU/Linux
Makefile.PL has determined the site prefix incorrectly, attched a patch
to fix this issue
Subject: | IPTables-IPv4-0.98-gentoo.diff |
Common subdirectories: IPTables-IPv4-0.98.orig/include and IPTables-IPv4-0.98/include
Common subdirectories: IPTables-IPv4-0.98.orig/IPv4 and IPTables-IPv4-0.98/IPv4
Common subdirectories: IPTables-IPv4-0.98.orig/libiptc and IPTables-IPv4-0.98/libiptc
diff -u IPTables-IPv4-0.98.orig/Makefile.PL IPTables-IPv4-0.98/Makefile.PL
--- IPTables-IPv4-0.98.orig/Makefile.PL 2007-06-04 12:52:25.000000000 -0600
+++ IPTables-IPv4-0.98/Makefile.PL 2007-06-04 12:51:48.000000000 -0600
@@ -3,7 +3,7 @@
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
-my $moduledir = $Config{'siteprefixexp'} . "/lib/IPTables-IPv4";
+my $moduledir = '$(DESTDIR)$(SITEPREFIX)' . "/lib/IPTables-IPv4";
my $incpath = $Config{'archlibexp'} . "/CORE/perl.h";
{
Common subdirectories: IPTables-IPv4-0.98.orig/modules and IPTables-IPv4-0.98/modules
Common subdirectories: IPTables-IPv4-0.98.orig/t and IPTables-IPv4-0.98/t