From 1e3f73b01d9d53863b5ad1e1b3c34efefcb539dd Mon Sep 17 00:00:00 2001 From: kloczek Date: Fri, 9 Jun 2000 07:23:27 +0000 Subject: [PATCH] - added using %%{__make} macro. Changed files: perl-Bit-Vector.spec -> 1.8 --- perl-Bit-Vector.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-Bit-Vector.spec b/perl-Bit-Vector.spec index 1ee0910..97ab7e3 100644 --- a/perl-Bit-Vector.spec +++ b/perl-Bit-Vector.spec @@ -25,11 +25,11 @@ Modu %build perl Makefile.PL -make OPTIMIZE="$RPM_OPT_FLAGS" +%{__make} OPTIMIZE="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +%{__make} install DESTDIR=$RPM_BUILD_ROOT strip --strip-unneeded $RPM_BUILD_ROOT/%{perl_sitearch}/auto/Bit/Vector/*.so -- 2.44.0