summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2015-12-02 15:38:57 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2015-12-02 15:38:57 +0100
commit0bc4aed95f8b93a509afeca9dde9d30e1b85916a (patch)
tree584ca07ea39668686318dfb69ebca4e7935cb944
parent252e53c07823178cd5988750b001f8f924516ad7 (diff)
temporarily set prefix path to ./
Change-Id: If6e260ad608022d752e2880d4b27e8670bc42310
-rw-r--r--wgtpkg-workdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgtpkg-workdir.c b/wgtpkg-workdir.c
index 4b0b08c..0c184a5 100644
--- a/wgtpkg-workdir.c
+++ b/wgtpkg-workdir.c
@@ -25,7 +25,7 @@
#include "wgtpkg.h"
#ifndef PREDIR
-#define PREDIR "/tmp/"
+#define PREDIR "./"
#endif
static int mode = 0700;