lua51-BitOp: install license; fix update file

This commit is contained in:
Steve Prybylski 2015-10-11 19:15:05 -04:00
parent fb94ffa0cd
commit fdecac2583
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'lua-BitOp' # Template file for 'lua51-BitOp'
pkgname=lua51-BitOp pkgname=lua51-BitOp
version=1.0.2 version=1.0.2
revision=2 revision=3
makedepends="lua51-devel lua51" makedepends="lua51-devel lua51"
hostmakedepends="lua51" hostmakedepends="lua51"
depends="lua51" depends="lua51"
@ -20,4 +20,5 @@ do_install() {
lua_path=$(dirname $mod_path) lua_path=$(dirname $mod_path)
install -dm0755 "$lua_path" install -dm0755 "$lua_path"
install -p bit.so "$mod_path" install -p bit.so "$mod_path"
vlicense README
} }

View File

@ -1 +1 @@
../lua-BitOp/update ../lua52-BitOp/update