xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/enca/enca/dont-run-tests.patch (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1Index: enca-1.9/Makefile.am
2===================================================================
3--- enca-1.9.orig/Makefile.am	2005-11-24 11:21:32.000000000 +0100
4+++ enca-1.9/Makefile.am	2006-04-11 11:14:21.832502904 +0200
5@@ -2,7 +2,7 @@
6 if MAINTAINER_MODE
7 SUBDIRS = tools data script lib src devel-docs test
8 else
9-SUBDIRS = tools script lib src devel-docs test
10+SUBDIRS = tools script lib src devel-docs
11 endif
12 man_MANS = man/enca.1
13
14