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

coda.spec

index 9fa5147aeb6298cdad0bd19a8da52653e8cfa604..ec578902482f8ce1bcc8a7f3bec3e4a979bc2bfa 100644 (file)
--- a/coda.spec
+++ b/coda.spec
@@ -70,8 +70,8 @@ install -d $RPM_BUILD_ROOT%{_prefix}/coda/venus.cache $RPM_BUILD_ROOT/dev \
        $RPM_BUILD_ROOT/coda $RPM_BUILD_ROOT/etc/rc.d/init.d\
        $RPM_BUILD_ROOT%{_libdir}/coda
 
-make client-install
-make server-install
+%{__make} client-install
+%{__make} server-install
 
 touch $RPM_BUILD_ROOT%{_prefix}/coda/venus.cache/INIT
 mknod $RPM_BUILD_ROOT/dev/cfs0 c 67 0
This page took 0.051901 seconds and 4 git commands to generate.