diff options
Diffstat (limited to 'repo/core/flex.xibuild')
-rw-r--r-- | repo/core/flex.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |