summaryrefslogtreecommitdiff
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rw-r--r--repo/devel/flex.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/devel/flex.xibuild b/repo/devel/flex.xibuild
index 11cb62a..c937c2f 100644
--- a/repo/devel/flex.xibuild
+++ b/repo/devel/flex.xibuild
@@ -18,7 +18,7 @@ check () {
package () {
make DESTDIR=$PKG_DEST install
- ln -v /usr/bin/flex $PKG_DEST/usr/bin/lex
+ ln -sv flex $PKG_DEST/usr/bin/lex
}