summarylogtreecommitdiffstats
path: root/fix_module_path.patch
diff options
context:
space:
mode:
authorAllen Zhong2015-06-08 17:28:12 +0800
committerAllen Zhong2015-06-08 17:28:12 +0800
commit14dd787cf713928940e257b12e41d8932b27cf62 (patch)
treebd5971c3a5e102fc9707af849d3fdfa73f1d28a5 /fix_module_path.patch
downloadaur-14dd787cf713928940e257b12e41d8932b27cf62.tar.gz
migrate from aur3: tsar-git 0.136.2683d6f-1
Diffstat (limited to 'fix_module_path.patch')
-rw-r--r--fix_module_path.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/fix_module_path.patch b/fix_module_path.patch
new file mode 100644
index 000000000000..73fd6991cfc1
--- /dev/null
+++ b/fix_module_path.patch
@@ -0,0 +1,11 @@
+--- a/src/framework.c 2014-05-05 13:34:08.000000000 +0800
++++ b/src/framework.c 2014-05-05 13:33:52.000000000 +0800
+@@ -55,7 +55,7 @@
+ int (*mod_register) (struct module *);
+
+ /* get the full path of modules */
+- sprintf(buff, "/usr/local/tsar/modules");
++ sprintf(buff, "/usr/lib/tsar/modules");
+
+ for (i = 0; i < statis.total_mod_num; i++) {
+ mod = &mods[i];