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

perl-File-Sync.spec

index 2ac8e6a1b87582d115022cbb9fbb75d433489421..531262825373a9ba0de2f8e5a10e8fbc1163f4cd 100644 (file)
@@ -25,11 +25,11 @@ File-Sync - umo
 
 %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/File/Sync/*.so
 
This page took 0.090762 seconds and 4 git commands to generate.