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

icewm.spec

index f926508831cfdfdd9a06dea754c9c2eda5a359f5..58b27aeab1146c4fd445b485a3b247711153d71e 100644 (file)
@@ -48,14 +48,14 @@ LDFLAGS="-s"; export LDFLAGS
        --with-gnome \
        --with-i18n
 
-make PREFIX=%{_prefix} optimize="$RPM_OPT_FLAGS"
+%{__make} PREFIX=%{_prefix} optimize="$RPM_OPT_FLAGS"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties
 
-make install \
+%{__make} install \
        PREFIX=$RPM_BUILD_ROOT%{_prefix} \
        BINDIR=$RPM_BUILD_ROOT%{_bindir} \
        LIBDIR=$RPM_BUILD_ROOT%{_libdir}/X11/icewm \
This page took 0.045715 seconds and 4 git commands to generate.