diff options
Diffstat (limited to 'net-im/gajim/files')
-rw-r--r-- | net-im/gajim/files/0.14.1-testing.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-im/gajim/files/0.14.1-testing.patch b/net-im/gajim/files/0.14.1-testing.patch new file mode 100644 index 000000000000..10dd844e7902 --- /dev/null +++ b/net-im/gajim/files/0.14.1-testing.patch @@ -0,0 +1,13 @@ +diff --git a/Makefile.am b/Makefile.am +index 4e70251..8b8702f 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -59,7 +59,7 @@ MAINTAINERCLEANDIRS = \ + + + test: +- python test/runtests.py ++ $(GENTOOPY) test/runtests.py + .PHONY: test + + doc: |