You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
195 B

--- 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