From 26003597b7a6ec16f6a2f4b33ca56cf3bfc619e3 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 17 Dec 2007 21:49:29 +0000 Subject: [PATCH] - make -j1 Changed files: cairo-dock.spec -> 1.2 --- cairo-dock.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cairo-dock.spec b/cairo-dock.spec index 1f182ec..d1eb862 100644 --- a/cairo-dock.spec +++ b/cairo-dock.spec @@ -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 .. -- 2.44.0