From 4c95975cd50893bb68450269a7e082bb4dcedd8a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Wed, 13 May 2009 10:56:06 +0000 Subject: [PATCH] build in /var/tmp as tmpfs mounted on vservers may not have enough space. --- Monitor.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Monitor.spec b/Monitor.spec index 4c5b01e..1843fe2 100644 --- a/Monitor.spec +++ b/Monitor.spec @@ -208,10 +208,10 @@ rm -rf $RPM_BUILD_ROOT /%{_initrddir}/monitor-runlevelagent %post server-deps -easy_install -UZ Elixir -easy_install -UZ ElementTree -easy_install -UZ http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-0.5.3.tar.gz -easy_install -UZ http://files.turbogears.org/eggs/TurboGears-1.0.7-py2.5.egg +easy_install --build-directory /var/tmp -UZ Elixir +easy_install --build-directory /var/tmp -UZ ElementTree +easy_install --build-directory /var/tmp -UZ http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-0.5.3.tar.gz +easy_install --build-directory /var/tmp -UZ http://files.turbogears.org/eggs/TurboGears-1.0.7-py2.5.egg # NOTE: add the default xml stuff if it's not already in the default xml config. if ! grep '' /etc/planetlab/default_config.xml ; then -- 2.43.0