fix TMPDIR
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Thu, 8 Jul 2010 13:52:52 +0000 (15:52 +0200)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Thu, 8 Jul 2010 13:52:52 +0000 (15:52 +0200)
pcucontrol.spec

index 0110309..42fbc8d 100644 (file)
@@ -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
 # 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 ..
 
 make
 cd ..