]> git.pld-linux.org Git - packages/eggdrop.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:
    eggdrop.spec -> 1.20

eggdrop.spec

index 06b1fad5baab7d59fe98b63a50d412d4627a5953..ae986d0ec38c7f1555b2fc56e280dfc8cb67c87e 100644 (file)
@@ -53,7 +53,7 @@ rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/eggdrop,%{_mandir}/man1}
 
-make install DEST=$RPM_BUILD_ROOT%{_libdir}/eggdrop
+%{__make} install DEST=$RPM_BUILD_ROOT%{_libdir}/eggdrop
 
 rm -rf `find $RPM_BUILD_ROOT%{_libdir}/eggdrop -name CVS`
 rm -rf `find $RPM_BUILD_DIR/%{name}%{version}-ALPHA/doc -name CVS`
This page took 0.071569 seconds and 4 git commands to generate.