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

aspell.spec

index 51b543e62300ec0fa8de5c55bd0f229e8b4e514a..3e799e1017cc6891fe9d0b7bf929c1f7011a5cb4 100644 (file)
@@ -81,12 +81,12 @@ CXXFLAGS="$RPM_OPT_FLAGS" \
        --libdir=%{_datadir} \
        --enable-shared \
        --enable-static
-make 
+%{__make} 
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install \
+%{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        pkgdatadir=%{_datadir}/aspell \
        libdir=%{_libdir}
This page took 0.025973 seconds and 4 git commands to generate.