]> git.pld-linux.org Git - packages/cairo-dock.git/blobdiff - cairo-dock.spec
- make -j1
[packages/cairo-dock.git] / cairo-dock.spec
index 1f182ecb6b2cbab14203f135c51e3d76bf8caa53..d1eb862d208379bab976fa3812a54aabca5b7bc9 100644 (file)
@@ -36,7 +36,7 @@ cd cairo-dock
 %{__aclocal}
 %{__automake}
 %configure
-%{__make}
+%{__make} -j1
 cd ..
 
 cd plug-ins
@@ -59,7 +59,7 @@ for dir in clock file-manager rhythmbox dustbin file-manager-gnome rendering; do
        fi
        %{__automake}
        PACKAGE_LIBS="$PACKAGE_LIBS `pkg-config --libs $PACKAGES`" PACKAGE_CFLAGS="$PACKAGE_CFLAGS `pkg-config --cflags $PACKAGES` " %configure
-       %{__make} pkgdatadir=/usr/share/cairo-dock/plug-in/$dir
+       %{__make} -j1 pkgdatadir=/usr/share/cairo-dock/plug-in/$dir
        cd ..
 done
 cd ..
This page took 0.0717 seconds and 4 git commands to generate.