lua51: remove broken symlinks.
This commit is contained in:
parent
c242645e7b
commit
8679f1a9f8
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lua51'
|
# Template file for 'lua51'
|
||||||
pkgname=lua51
|
pkgname=lua51
|
||||||
version=5.1.5
|
version=5.1.5
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="lua-${version}"
|
wrksrc="lua-${version}"
|
||||||
makedepends="ncurses-devel readline-devel"
|
makedepends="ncurses-devel readline-devel"
|
||||||
short_desc="Powerful, fast, lightweight, embeddable scripting language (5.1.x)"
|
short_desc="Powerful, fast, lightweight, embeddable scripting language (5.1.x)"
|
||||||
|
@ -45,6 +45,7 @@ do_install() {
|
||||||
cd ${DESTDIR}/usr/share/man/man1
|
cd ${DESTDIR}/usr/share/man/man1
|
||||||
mv lua.1 lua5.1.1
|
mv lua.1 lua5.1.1
|
||||||
mv luac.1 luac5.1.1
|
mv luac.1 luac5.1.1
|
||||||
|
rm -f ${DESTDIR}/usr/lib/liblua.so.*
|
||||||
}
|
}
|
||||||
|
|
||||||
lua51-devel_package() {
|
lua51-devel_package() {
|
||||||
|
|
Loading…
Reference in New Issue