diff options
Diffstat (limited to 'x11-plugins/pidgin-blinklight/files/fix-paths.patch')
-rw-r--r-- | x11-plugins/pidgin-blinklight/files/fix-paths.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-plugins/pidgin-blinklight/files/fix-paths.patch b/x11-plugins/pidgin-blinklight/files/fix-paths.patch new file mode 100644 index 000000000..c0af74535 --- /dev/null +++ b/x11-plugins/pidgin-blinklight/files/fix-paths.patch @@ -0,0 +1,11 @@ +--- pidgin-blinklight-0.11.1/src/pidgin-blinklight.c.old 2011-10-11 11:29:13.277577702 +0200 ++++ pidgin-blinklight-0.11.1/src/pidgin-blinklight.c 2011-10-11 12:31:22.338699746 +0200 +@@ -99,7 +99,7 @@ + + // Make /proc file writable + if (!fork()) +- execl("/usr/lib/pidgin-blinklight/blinklight-fixperm","blinklight-fixperm",NULL); ++ execl("/usr/libexec/blinklight-fixperm","blinklight-fixperm",NULL); + + + char *chosen_file = blinklight_init(); |