From: Mike Taylor Date: Tue, 13 Jul 2010 15:08:01 +0000 (+0100) Subject: Specify PREFIX= for Makefile.PL X-Git-Tag: v1.26~24 X-Git-Url: http://git.indexdata.com/?p=ZOOM-Perl-moved-to-github.git;a=commitdiff_plain;h=d2f35e9ee84ddd5a2e4500ccf84a5e82919cdfd5 Specify PREFIX= for Makefile.PL --- diff --git a/modules/orig/perl-MARC-Record.spec b/modules/orig/perl-MARC-Record.spec index d391e0d..34e279a 100644 --- a/modules/orig/perl-MARC-Record.spec +++ b/modules/orig/perl-MARC-Record.spec @@ -23,7 +23,7 @@ The file-handling stuff is in MARC::File::*. %setup -q -n %{module}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__perl} Makefile.PL INSTALLDIRS=vendor PREFIX=$RPM_BUILD_ROOT/usr %{__make} %check