kyua: set correct perms to lua scripts, revbump.
This commit is contained in:
parent
b0c6f8fff0
commit
89b5b94e8f
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'kyua'
|
# Template file for 'kyua'
|
||||||
pkgname=kyua
|
pkgname=kyua
|
||||||
version=0.3
|
version=0.3
|
||||||
|
revision=1
|
||||||
wrksrc="kyua-cli-${version}"
|
wrksrc="kyua-cli-${version}"
|
||||||
homepage="http://code.google.com/p/kyua"
|
homepage="http://code.google.com/p/kyua"
|
||||||
distfiles="https://kyua.googlecode.com/files/kyua-cli-$version.tar.gz"
|
distfiles="https://kyua.googlecode.com/files/kyua-cli-$version.tar.gz"
|
||||||
|
@ -21,3 +22,8 @@ Add_dependency build doxygen
|
||||||
Add_dependency build atf-devel
|
Add_dependency build atf-devel
|
||||||
Add_dependency build lutok-devel
|
Add_dependency build lutok-devel
|
||||||
Add_dependency build sqlite-devel
|
Add_dependency build sqlite-devel
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
# https://code.google.com/p/kyua/issues/detail?id=29
|
||||||
|
chmod 644 ${DESTDIR}/usr/share/kyua-cli/lua/*.lua
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue