commit: 60e303fc966890cdbed13aad20c2aa8ac19751ba
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 19:43:49 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 19:43:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60e303fc
www-apps/icingaweb2: bup, fixing perms on icingacli for bug 580096
Package-Manager: portage-2.2.26
.../icingaweb2/{icingaweb2-2.3.0.ebuild => icingaweb2-2.3.0-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/www-apps/icingaweb2/icingaweb2-2.3.0.ebuild
b/www-apps/icingaweb2/icingaweb2-2.3.0-r1.ebuild
similarity index 97%
rename from www-apps/icingaweb2/icingaweb2-2.3.0.ebuild
rename to www-apps/icingaweb2/icingaweb2-2.3.0-r1.ebuild
index ba1de7f..4b582b6 100644
--- a/www-apps/icingaweb2/icingaweb2-2.3.0.ebuild
+++ b/www-apps/icingaweb2/icingaweb2-2.3.0-r1.ebuild
@@ -60,6 +60,7 @@ src_install() {
insinto "/usr/share/${PN}"
doins -r "${S}"/*
fperms -R a+rX "/usr/share/${PN}/public/"
+ fperms u+x,g+x "/usr/share/${PN}/bin/icingacli"
}
pkg_postinst() {