commit: 06cc74fe015c5684a4a1166a8b788f76f5b0ef86
parent c64367f60885e94b1f494838fa6649c144d08a90
Author: fosslinux <fosslinux@aussies.space>
Date: Fri, 14 Jan 2022 21:58:26 +1100
Fix an annoying typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysa/flex-2.5.11/flex-2.5.11.sh b/sysa/flex-2.5.11/flex-2.5.11.sh
@@ -13,7 +13,7 @@ src_prepare() {
src_install() {
if test -d /lex; then
- # Remove lex, later make install will symlink lex to flex
+ # Remove lex, later make install will symlink lex to flex
rm -rf /lex
rm -f "${PREFIX}/bin/lex"
rm -f "${PREFIX}/lib/mes/libl.a"