From d2f35e9ee84ddd5a2e4500ccf84a5e82919cdfd5 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 13 Jul 2010 16:08:01 +0100 Subject: [PATCH] Specify PREFIX= for Makefile.PL --- modules/orig/perl-MARC-Record.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4