lua51: remove broken symlinks.

This commit is contained in:
Juan RP 2013-10-11 10:45:14 +02:00
parent c242645e7b
commit 8679f1a9f8
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'lua51'
pkgname=lua51
version=5.1.5
revision=1
revision=2
wrksrc="lua-${version}"
makedepends="ncurses-devel readline-devel"
short_desc="Powerful, fast, lightweight, embeddable scripting language (5.1.x)"
@ -45,6 +45,7 @@ do_install() {
cd ${DESTDIR}/usr/share/man/man1
mv lua.1 lua5.1.1
mv luac.1 luac5.1.1
rm -f ${DESTDIR}/usr/lib/liblua.so.*
}
lua51-devel_package() {