diff options
Diffstat (limited to 'media-plugins/gkrellmpc/files')
-rw-r--r-- | media-plugins/gkrellmpc/files/gkrellmpc-0.1_beta10-r1-make-test.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/media-plugins/gkrellmpc/files/gkrellmpc-0.1_beta10-r1-make-test.patch b/media-plugins/gkrellmpc/files/gkrellmpc-0.1_beta10-r1-make-test.patch new file mode 100644 index 000000000000..9f2007e768d4 --- /dev/null +++ b/media-plugins/gkrellmpc/files/gkrellmpc-0.1_beta10-r1-make-test.patch @@ -0,0 +1,10 @@ +Makefile: Run gkrellm, not gkrellm2 for test + +--- a/Makefile ++++ b/Makefile +@@ -90,4 +90,4 @@ deinstall uninstall: + if [ -f ~/.gkrellm2/plugins/gkrellmpc.so ]; then rm -f ~/.gkrellm2/plugins/gkrellmpc.so; fi + + test: gkrellmpc.so +- gkrellm2 -p gkrellmpc.so ++ gkrellm -p gkrellmpc.so |