From 803af3cf015c19776bb5375e6eddc8136d6977abb495327baa73a7446a0b7bad Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 10 Mar 2014 11:38:14 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Build-Tiny?expand=0&rev=11 --- perl-Module-Build-Tiny.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-Module-Build-Tiny.spec b/perl-Module-Build-Tiny.spec index 7a38f01..d985bbd 100644 --- a/perl-Module-Build-Tiny.spec +++ b/perl-Module-Build-Tiny.spec @@ -64,14 +64,14 @@ than 120, yet supports the features needed by most distributions. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Build.PL installdirs=vendor +%{__perl} Build.PL --installdirs=vendor ./Build build flags=%{?_smp_mflags} %check ./Build test %install -./Build install destdir=%{buildroot} create_packlist=0 +./Build install --destdir=%{buildroot} --create_packlist=0 %perl_gen_filelist %files -f %{name}.files