From 2d198085c851ebdd68527299fa59b1fdb3a75b2d Mon Sep 17 00:00:00 2001 From: davidovski Date: Thu, 13 Jan 2022 22:30:27 +0000 Subject: fixed a few minor bugs --- repo/core/flex.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/core/flex.xibuild') diff --git a/repo/core/flex.xibuild b/repo/core/flex.xibuild index 69f103c..f5291cc 100644 --- a/repo/core/flex.xibuild +++ b/repo/core/flex.xibuild @@ -13,7 +13,7 @@ build () { } package () { - ln -v flex $PKG_DEST/usr/bin/lex + ln -v /usr/bin/flex $PKG_DEST/usr/bin/lex } -- cgit v1.2.1