diff options
author | davidovski <david@davidovski.xyz> | 2022-01-13 19:49:37 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-13 19:49:37 +0000 |
commit | 2e534f6dcdbca6700bc18354925986b054330725 (patch) | |
tree | 39e6233e6e0c9fb737ce5c1987039c3a10df193c /repo/core/flex.xibuild | |
parent | 31741d5c284261ef59b0ce8839b47ff44a2f6bf7 (diff) |
fixed issues with headers
cleaned other packages to fit better with lfs
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 3016a2f..69f103c 100644 --- a/repo/core/flex.xibuild +++ b/repo/core/flex.xibuild @@ -13,7 +13,7 @@ build () { } package () { - ln -v $PKG_DEST/usr/bin/flex $PKG_DEST/usr/bin/lex + ln -v flex $PKG_DEST/usr/bin/lex } |