diff --git a/devel/flex/patches/100-disable-tests-docs.patch b/devel/flex/patches/100-disable-all-dirs-except-src.patch similarity index 66% rename from devel/flex/patches/100-disable-tests-docs.patch rename to devel/flex/patches/100-disable-all-dirs-except-src.patch index f7097f2127..e4e72358f5 100644 --- a/devel/flex/patches/100-disable-tests-docs.patch +++ b/devel/flex/patches/100-disable-all-dirs-except-src.patch @@ -1,13 +1,16 @@ --- a/Makefile.am +++ b/Makefile.am -@@ -43,10 +43,7 @@ EXTRA_DIST = \ +@@ -42,12 +42,7 @@ EXTRA_DIST = \ + autogen.sh SUBDIRS = \ - src \ +- src \ - doc \ - examples \ - po \ +- po \ - tests \ - tools +- tools ++ src # Create the ChangeLog, but only if we're inside a git working directory +