kiss-community / community

Officially unofficial KISS community repository, mirror of https://codeberg.org/kiss-community/community
https://kisscommunity.org
MIT License
49 stars 34 forks source link

luajit: switch to ln -sf for symlink #1231

Closed git-bruh closed 1 year ago

git-bruh commented 1 year ago
ln -s libluajit-5.1.so.2.0.5 "$1/usr/lib/libluajit-5.1.so"
ln -s libluajit-5.1.so.2.0.5 "$1/usr/lib/libluajit-5.1.so.2"

Should be changed to ln -sf as it'll break when ldconfig exists on the system (eg. if on glibc)

@Vouivre