From c4593a0869e33d170d64a70938e09a8415ec9194 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 9 Apr 2004 15:51:52 +0000 Subject: Force INSTALLDIRS=vendor in the Makefile.PL, for local testing --- Makefile.PL | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index 72bf988..34df9db 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,7 +16,8 @@ WriteMakefile( 'MAKEFILE' => 'Makefile', 'OBJECT' => 'URPM.o', 'VERSION_FROM' => 'URPM.pm', - 'LIBS' => [ $libs ], # e.g., '-lm' + 'LIBS' => [ $libs ], 'DEFINE' => $define, - 'INC' => '-I/usr/include/rpm', # e.g., '-I/usr/include/other' + 'INC' => '-I/usr/include/rpm', + INSTALLDIRS => 'vendor', ); -- cgit v1.2.1