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

dame.spec

index 51741291fbecad0a3e8e298fa85eef214a8fcbd4..ab073dcb7cada1ede297b12c7a00e33a4b9f8f7e 100644 (file)
--- a/dame.spec
+++ b/dame.spec
@@ -45,7 +45,7 @@ make
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make prefix=$RPM_BUILD_ROOT%{_prefix} bindir=$RPM_BUILD_ROOT%{bindir} install
+%{__make} prefix=$RPM_BUILD_ROOT%{_prefix} bindir=$RPM_BUILD_ROOT%{bindir} install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.193958 seconds and 4 git commands to generate.