diff options
Diffstat (limited to 'x11/mate-applets/files/patch-invest-applet_invest_Makefile.am')
-rw-r--r-- | x11/mate-applets/files/patch-invest-applet_invest_Makefile.am | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/x11/mate-applets/files/patch-invest-applet_invest_Makefile.am b/x11/mate-applets/files/patch-invest-applet_invest_Makefile.am new file mode 100644 index 000000000000..760ab0269780 --- /dev/null +++ b/x11/mate-applets/files/patch-invest-applet_invest_Makefile.am @@ -0,0 +1,23 @@ +--- invest-applet/invest/Makefile.am.orig 2013-08-18 13:14:04.000000000 +0200 ++++ invest-applet/invest/Makefile.am 2013-08-18 13:17:26.000000000 +0200 +@@ -1,9 +1,9 @@ +-invest-applet: invest-applet.py ++mate-invest-applet: mate-invest-applet.py + sed -e "s|\@PYTHONDIR\@|$(pythondir)/|" $< > $@ + + bin_SCRIPTS = mate-invest-chart + +-libexec_SCRIPTS = invest-applet ++libexec_SCRIPTS = mate-invest-applet + + investdir = $(pythondir)/mate_invest + invest_PYTHON = \ +@@ -21,7 +21,7 @@ + defs.py + + BUILT_SOURCES = \ +- invest-applet ++ mate-invest-applet + + CLEANFILES = \ + $(BUILT_SOURCES) |