diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-03-02 10:02:13 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-03-02 10:02:13 -0600 |
commit | 0110740ac2c2723e3e77d71ef39c3bcec8d1a3d8 (patch) | |
tree | ab6d64d5edd2af9e3b94ef42b0b5bf926bc78b04 /www-apps/icingaweb2/icingaweb2-9999.ebuild | |
parent | dev-lang/go: Keyword 1.6-r2 for ~ppc64 (diff) | |
download | gentoo-0110740ac2c2723e3e77d71ef39c3bcec8d1a3d8.tar.gz gentoo-0110740ac2c2723e3e77d71ef39c3bcec8d1a3d8.tar.bz2 gentoo-0110740ac2c2723e3e77d71ef39c3bcec8d1a3d8.zip |
www-apps/icingaweb2: switching to portage functions
Package-Manager: portage-2.2.26
Diffstat (limited to 'www-apps/icingaweb2/icingaweb2-9999.ebuild')
-rw-r--r-- | www-apps/icingaweb2/icingaweb2-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apps/icingaweb2/icingaweb2-9999.ebuild b/www-apps/icingaweb2/icingaweb2-9999.ebuild index 17371c75d7a8..d852756ca57b 100644 --- a/www-apps/icingaweb2/icingaweb2-9999.ebuild +++ b/www-apps/icingaweb2/icingaweb2-9999.ebuild @@ -56,9 +56,9 @@ pkg_config() { } src_install() { - mkdir -p "${D}/usr/share/${PN}" - cp -R "${S}"/* "${D}/usr/share/${PN}" - chmod -R a+rX "${D}/usr/share/${PN}/public" + insinto "/usr/share/${PN}" + doins -r "${S}"/* + fperms -R a+rX "/usr/share/${PN}/public/" } pkg_postinst() { |