packages/devel/flex/patches/100-disable-all-dirs-except-src.patch
Eneas U de Queiroz f60a09d0c2 flex: disable building po, tools
Amend the patch that disabled tests and docs to remove everything but
the src dir that builds the main flex program--the only file packaged.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2022-04-29 15:27:12 -07:00

16 lines
236 B
Diff

--- a/Makefile.am
+++ b/Makefile.am
@@ -42,12 +42,7 @@ EXTRA_DIST = \
autogen.sh
SUBDIRS = \
- src \
- doc \
- examples \
- po \
- tests \
- tools
+ src
# Create the ChangeLog, but only if we're inside a git working directory