Fix an annoying typo

This commit is contained in:
fosslinux 2022-01-14 21:58:26 +11:00
parent c64367f608
commit 06cc74fe01
1 changed files with 1 additions and 1 deletions

View File

@ -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"