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

aewm.spec

index e4821a112a8ee9a34485016a391417e4118cb43e..1c878ad9752aa8d5fde75567deb3159bfe9e2225 100644 (file)
--- a/aewm.spec
+++ b/aewm.spec
@@ -33,14 +33,14 @@ Jego zalet
 
 %build
 make
-make -C goodies
+%{__make} -C goodies
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1 \
        $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties
 
-make install XROOT=$RPM_BUILD_ROOT%{_prefix}
+%{__make} install XROOT=$RPM_BUILD_ROOT%{_prefix}
 
 (cd goodies;install -s {xaw,gtk}-{panel,palette,switch} $RPM_BUILD_ROOT/%{_bindir})
 (cd goodies; install -s gtk-palette2 $RPM_BUILD_ROOT%{_bindir})
This page took 0.038833 seconds and 4 git commands to generate.