From d4c59b7b6f7f5f4364d1450efc7e24168de7b6ed Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 6 Jul 2021 14:25:18 +0300 Subject: [PATCH] flex: Disable docs --- core/flex/build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/flex/build b/core/flex/build index 2a1bda0a..549364be 100755 --- a/core/flex/build +++ b/core/flex/build @@ -9,3 +9,6 @@ make make DESTDIR="$1" install ln -s flex "$1/usr/bin/lex" + +# Remove READMEs and such. +rm -rf "$1/usr/share/doc"