diff options
Diffstat (limited to 'package/lite/lite-no-tests.patch')
-rw-r--r-- | package/lite/lite-no-tests.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/lite/lite-no-tests.patch b/package/lite/lite-no-tests.patch new file mode 100644 index 000000000..3a4718651 --- /dev/null +++ b/package/lite/lite-no-tests.patch @@ -0,0 +1,11 @@ +--- a/Makefile.in.orig 2008-07-07 13:07:12.000000000 +0200 ++++ b/Makefile.in 2008-07-07 13:07:05.000000000 +0200 +@@ -202,7 +202,7 @@ + target_vendor = @target_vendor@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = data fonts lite leck examples tests ++SUBDIRS = data fonts lite leck examples + EXTRA_DIST = TODO lite.pc.in leck.pc.in + pkgconfigdir = $(libdir)/pkgconfig + pkgconfig_DATA = lite.pc leck.pc |