temporarily set prefix path to ./
authorJosé Bollo <jose.bollo@iot.bzh>
Wed, 2 Dec 2015 14:38:57 +0000 (15:38 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Wed, 2 Dec 2015 14:38:57 +0000 (15:38 +0100)
Change-Id: If6e260ad608022d752e2880d4b27e8670bc42310

wgtpkg-workdir.c

index 4b0b08c..0c184a5 100644 (file)
@@ -25,7 +25,7 @@
 #include "wgtpkg.h"
 
 #ifndef PREDIR
-#define PREDIR  "/tmp/"
+#define PREDIR  "./"
 #endif
 
 static int mode = 0700;