diff options
Diffstat (limited to 'deskutils/easystroke/files/patch-Makefile')
-rw-r--r-- | deskutils/easystroke/files/patch-Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/deskutils/easystroke/files/patch-Makefile b/deskutils/easystroke/files/patch-Makefile new file mode 100644 index 000000000000..b3a0b083fd35 --- /dev/null +++ b/deskutils/easystroke/files/patch-Makefile @@ -0,0 +1,14 @@ +--- Makefile.orig 2013-02-14 11:04:30.880047783 +0100 ++++ Makefile 2013-02-14 11:05:05.096047700 +0100 +@@ -78,9 +78,9 @@ + easystroke.desktop: easystroke.desktop.in $(MOFILES) + intltool-merge po/ -d -u $< $@ + +-desktop.c: easystroke.desktop ++desktop.c: + echo "const char *desktop_file = \"\\" > $@ +- sed 's/Exec=easystroke/Exec=%s/' $< | sed 's/"/\\"/g' | sed 's/.*/&\\n\\/' >> $@ ++ sed 's/Exec=easystroke/Exec=%s/' easystroke.desktop | sed 's/"/\\"/g' | sed 's/.*/&\\n\\/' >> $@ + echo "\";" >> $@ + + dbus-server.cc: dbus-server.h |