]> git.pld-linux.org Git - packages/perl-Unicode-String.git/commitdiff
- added using %%{__make} macro.
authorkloczek <kloczek@pld-linux.org>
Fri, 9 Jun 2000 07:23:42 +0000 (07:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Unicode-String.spec -> 1.7

perl-Unicode-String.spec

index 201b4d3154b60999949e2cde039a0c2fde9b8f8e..60f48b960bf4eb12ca530868d40432aae9d691a4 100644 (file)
@@ -26,11 +26,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/Unicode/String/*.so
 
This page took 0.162275 seconds and 4 git commands to generate.