You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-dialup/sendpage/files/1.1.0-makefile.patch

12 lines
369 B

--- sendpage-1.001/Makefile.PL.orig 2006-06-14 12:20:10.000000000 -0400
+++ sendpage-1.001/Makefile.PL 2006-06-14 12:20:38.000000000 -0400
@@ -71,6 +71,8 @@ if (defined($Config{'sitelib_stem'}) &&
$opts{'INSTALLSITELIB'} .= $Config{'sitelib_stem'};
}
+$opts{'DESTDIR'} = $args{'DESTDIR'};
+
WriteMakefile(%opts);
# /* vi:set ai ts=4 sw=4 expandtab: */