LuaJIT: fix installation.
This commit is contained in:
parent
367862e0c3
commit
727bd03d81
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ do_install() {
|
|||
make DPREFIX=${DESTDIR}/usr DESTDIR=${DESTDIR} \
|
||||
INSTALL_SHARE=${DESTDIR}/usr/share PREFIX=/usr install
|
||||
|
||||
ln -s libluajit-5.1.so.2.0.3 ${DESTDIR}/usr/lib/libluajit-5.1.so.2
|
||||
ln -fs libluajit-5.1.so.2.0.3 ${DESTDIR}/usr/lib/libluajit-5.1.so.2
|
||||
}
|
||||
|
||||
LuaJIT-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue