mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
lua51-BitOp: install license; fix update file
This commit is contained in:
parent
fb94ffa0cd
commit
fdecac2583
2 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
../lua-BitOp/update
|
../lua52-BitOp/update
|
Loading…
Add table
Reference in a new issue