From 5f6e0d47571b9926185375d06fefbf3e3a24a520 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Thu, 8 Jul 2010 15:52:52 +0200 Subject: [PATCH] fix TMPDIR --- pcucontrol.spec | 1 + 1 file changed, 1 insertion(+) 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 .. -- 2.43.0