aboutsummaryrefslogtreecommitdiff
path: root/net/foolsm/patches/100-plugin-export-dir.patch
blob: 79c3bcd8ece2af346115ed005af602cb10ff5581 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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