blob: 79c3bcd8ece2af346115ed005af602cb10ff5581 [file] [log] [blame]
--- a/defs.h
+++ b/defs.h
@@ -22,7 +22,7 @@ License: GPLv2
#define min(x, y) ((x)<(y) ? (x) : (y))
-#define PLUGIN_EXPORT_DIR "/var/lib/foolsm"
+#define PLUGIN_EXPORT_DIR "/tmp"
#endif