From: Barış Metin Date: Thu, 8 Jul 2010 13:52:52 +0000 (+0200) Subject: fix TMPDIR X-Git-Tag: pcucontrol-1.0-8~1 X-Git-Url: http://git.onelab.eu/?p=pcucontrol.git;a=commitdiff_plain;h=5f6e0d47571b9926185375d06fefbf3e3a24a520;ds=sidebyside fix TMPDIR --- diff --git a/pcucontrol.spec b/pcucontrol.spec index 0110309..42fbc8d 100644 --- a/pcucontrol.spec +++ b/pcucontrol.spec @@ -44,6 +44,7 @@ supported models. # NOTE: TMPDIR is needed here b/c the tmpfs of the build vserver is too small. cd pcucontrol/models/intelamt export TMPDIR=$PWD/tmp +mkdir -p $TMPDIR make cd ..