From 1e7182726f06fafb5498392e14a0e211d7ad9be1 Mon Sep 17 00:00:00 2001 From: hasufell Date: Wed, 17 Feb 2016 02:18:02 +0100 Subject: [PATCH] voip/umurmur: use edo for chmod/chown --- packages/voip/umurmur/umurmur-0.2.16.exheres-0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/voip/umurmur/umurmur-0.2.16.exheres-0 b/packages/voip/umurmur/umurmur-0.2.16.exheres-0 index 0761484..befbbbe 100644 --- a/packages/voip/umurmur/umurmur-0.2.16.exheres-0 +++ b/packages/voip/umurmur/umurmur-0.2.16.exheres-0 @@ -51,8 +51,8 @@ src_install() { # Some permissions are adjusted as the config may contain a server # password, and /etc/umurmur will typically contain the cert and the # key used to sign it, which are read after priveleges are dropped. - chmod 0750 "${IMAGE%/}/${confdir}" - chown -R root:umurmur "${IMAGE%/}/${confdir}" - chmod 0640 "${IMAGE%/}/${confdir}"/umurmur.conf + edo chmod 0750 "${IMAGE%/}/${confdir}" + edo chown -R root:umurmur "${IMAGE%/}/${confdir}" + edo chmod 0640 "${IMAGE%/}/${confdir}"/umurmur.conf }