mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-08 11:17:36 +08:00
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>
This commit is contained in:
parent
d470daab76
commit
17beb4b6ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user