commit: 718bccc7b20b08635b7de65a13eabaccc1a2f850
parent 6901877837ebc4f9a2b25141fb63467ad1744326
Author: fosslinux <fosslinux@aussies.space>
Date: Fri, 12 Jan 2024 22:15:43 +1100
Remove yacc using uninstall rather than in src_install of flex-2.6.4
Diffstat:
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/steps/flex-2.6.4/pass1.sh b/steps/flex-2.6.4/pass1.sh
@@ -20,7 +20,4 @@ src_install() {
cd src
default
cd ..
-
- # Remove yacc, we won't need it any longer
- rm "${PREFIX}/bin/yacc"
}
diff --git a/steps/manifest b/steps/manifest
@@ -65,6 +65,7 @@ build: sed-4.0.9
build: bzip2-1.0.8
build: m4-1.4.7
build: flex-2.6.4
+uninstall: /usr/bin/yacc
build: bison-3.4.1
build: bison-3.4.1
build: bison-3.4.1