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

wmSun.spec

index 55e930018a918c0c02e22942ed887a696a1b88e5..f6939fc520cfd51a826a71a2bef292a2ff811bee 100644 (file)
@@ -28,8 +28,8 @@ miejsca, w kt
 %setup -q
 
 %build
-make -C %{name} clean
-make -C %{name} \
+%{__make} -C %{name} clean
+%{__make} -C %{name} \
         CFLAGS="$RPM_OPT_FLAGS -Wall" \
        INCDIR="-I/usr/X11R6/include"
 
This page took 0.058414 seconds and 4 git commands to generate.