diff options
Diffstat (limited to 'repo/core')
-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 5502288..b652708 100644 --- a/repo/core/flex.xibuild +++ b/repo/core/flex.xibuild @@ -14,7 +14,7 @@ build () { } package () { - ln -sv $PKG_DEST/usr/bin/flex $PKG_DEST/usr/bin/lex + ln -v $PKG_DEST/usr/bin/flex $PKG_DEST/usr/bin/lex } |