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

wavplay.spec

index 09ec1fe46e1504ca471b79ca34e2d02f3ca91bfe..47ba7dfd048a9ab2109207822572f1c24367b1e4 100644 (file)
@@ -45,7 +45,7 @@ wybrane pliki wav, zmienia
 
 %build
 rm -rf $RPM_BUILD_ROOT
-make \
+%{__make} \
        OPT="$RPM_OPT_FLAGS" \
        INSTDIR=%{_bindir}
 
@@ -55,7 +55,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} \
        $RPM_BUILD_ROOT%{_prefix}/X11R6/{bin,lib/X11/app-defaults}
 
-make install \
+%{__make} install \
        INSTDIR=$RPM_BUILD_ROOT%{_bindir} \
        XINSTDIR=$RPM_BUILD_ROOT%{_prefix}/X11R6/bin \
        RESDIR=$RPM_BUILD_ROOT%{_prefix}/X11R6/lib/X11/app-defaults
This page took 0.034907 seconds and 4 git commands to generate.