]> git.pld-linux.org Git - packages/perl-Tk.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-Tk.spec -> 1.7

perl-Tk.spec

index 8cd52d2dc996436c95a83def6324d1d0da60d57d..f1df80b9c60b83b0667bbbd0f09df438c70c8be8 100644 (file)
@@ -33,11 +33,11 @@ wykorzystaniem GUI Tk.
 
 %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
 
 find $RPM_BUILD_ROOT%{perl_sitearch}/auto/Tk -name \*.so \
        -exec strip --strip-unneeded {} \;
This page took 0.054128 seconds and 4 git commands to generate.