mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 03:31:52 +08:00
12 lines
195 B
Diff
12 lines
195 B
Diff
--- 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
|
|
|