www-apps/icingaweb2: switching to portage functions

Package-Manager: portage-2.2.26
This commit is contained in:
Matthew Thode
2016-03-02 10:02:13 -06:00
parent f1149df3d8
commit 0110740ac2
2 changed files with 6 additions and 6 deletions

View File

@@ -54,9 +54,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() {

View File

@@ -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() {