commit: ec06f1363f59a728a439a9c3180af1058c17306a
parent 13b030e1ed2302fbd4e8b3a54a21a9bb93cf0333
Author: Andrius Štikonas <andrius@stikonas.eu>
Date: Thu, 4 Feb 2021 23:26:09 +0000
Remove yacc, we won't need it anymore.
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/sysa/flex-2.6.4/flex-2.6.4.sh b/sysa/flex-2.6.4/flex-2.6.4.sh
@@ -16,4 +16,8 @@ src_install() {
cd src
default_src_install
cd ..
+
+ # Remove yacc, we won't need it any longer
+ rm ${PREFIX}/bin/yacc
+ rm /yaccpar
}