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

ctags.spec

index 3256282a4e7a84b307117af7250b96bda4da902c..bccc4fe30db57615f8482e070d082255ebc2253c 100644 (file)
@@ -80,7 +80,7 @@ make
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install prefix=$RPM_BUILD_ROOT%{_prefix} \
+%{__make} install prefix=$RPM_BUILD_ROOT%{_prefix} \
        bindir=$RPM_BUILD_ROOT%{_bindir} \
        mandir=$RPM_BUILD_ROOT%{_mandir} 
 
This page took 0.105805 seconds and 4 git commands to generate.