summaryrefslogtreecommitdiff
path: root/repo/core/flex.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-13 22:30:27 +0000
committerdavidovski <david@davidovski.xyz>2022-01-13 22:30:27 +0000
commit2d198085c851ebdd68527299fa59b1fdb3a75b2d (patch)
tree7ca5b9739c631598d1d47a0fbfed90425f47455e /repo/core/flex.xibuild
parent66b2a8343e22d876fb9f8c78ab100b70bac462d7 (diff)
fixed a few minor bugs
Diffstat (limited to 'repo/core/flex.xibuild')
-rw-r--r--repo/core/flex.xibuild2
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
}