diff options
Diffstat (limited to 'recipes/qwo/qwo-0.5/qwo.automake-1.11.patch')
-rw-r--r-- | recipes/qwo/qwo-0.5/qwo.automake-1.11.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/qwo/qwo-0.5/qwo.automake-1.11.patch b/recipes/qwo/qwo-0.5/qwo.automake-1.11.patch new file mode 100644 index 0000000000..5a54f1ecec --- /dev/null +++ b/recipes/qwo/qwo-0.5/qwo.automake-1.11.patch @@ -0,0 +1,12 @@ +diff -uNr qwo-0.5.orig//data/Makefile.am qwo-0.5/data/Makefile.am +--- qwo-0.5.orig//data/Makefile.am 2009-05-28 20:05:43.000000000 +0200 ++++ qwo-0.5/data/Makefile.am 2010-04-22 15:33:59.000000000 +0200 +@@ -13,8 +13,6 @@ + man_MANS = qwo.1 + endif + +-dist_man_MANS = $(man_MANS) +- + qwo.1: + help2man -n "An input method for touchscreen" -s 1 -N -o qwo.1\ + $(top_builddir)/src/qwo |