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

dgs.spec

index a2bd5ac445b72c94f6a5c86d7d6db3d696aad05e..30a3d38d46341a8924ea3ddf5f401796a158b5f7 100644 (file)
--- a/dgs.spec
+++ b/dgs.spec
@@ -70,7 +70,7 @@ LDFLAGS="-s"
 export LDFLAGS
 %configure
 
-make \
+%{__make} \
        shared=yes \
        debug=no \
        SHARE_JPEG=1 \
@@ -80,7 +80,7 @@ make \
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install \
+%{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        m4datadir=%{_aclocaldir}
        shared=yes debug=no
This page took 0.088035 seconds and 4 git commands to generate.