diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-01-08 16:46:51 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-01-08 16:46:51 -0600 |
commit | c00e58a790b4c0b5019fc9e4a17f8167d09474a7 (patch) | |
tree | 420b69db890d6c0a692c4b105c44efddffa1a824 /www-apps/icingaweb2/icingaweb2-9999.ebuild | |
parent | net-misc/memcached: bup (diff) | |
download | gentoo-c00e58a790b4c0b5019fc9e4a17f8167d09474a7.tar.gz gentoo-c00e58a790b4c0b5019fc9e4a17f8167d09474a7.tar.bz2 gentoo-c00e58a790b4c0b5019fc9e4a17f8167d09474a7.zip |
www-apps/icingaweb2: 2.4.0 stable amd64 and x86
Package-Manager: portage-2.3.0
Diffstat (limited to 'www-apps/icingaweb2/icingaweb2-9999.ebuild')
-rw-r--r-- | www-apps/icingaweb2/icingaweb2-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-apps/icingaweb2/icingaweb2-9999.ebuild b/www-apps/icingaweb2/icingaweb2-9999.ebuild index d6795167584f..799ce70a9f33 100644 --- a/www-apps/icingaweb2/icingaweb2-9999.ebuild +++ b/www-apps/icingaweb2/icingaweb2-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -73,6 +73,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() { |