From 0727c4b8cad3983c84f9a2766ee0e41027c44862 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 11 May 2017 00:18:35 -0500 Subject: app-emulation/spice-vdagent: ebuild maintenance, bug #605452 - remove obsolete rm - remove runtime path Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- app-emulation/spice-vdagent/spice-vdagent-0.17.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app-emulation/spice-vdagent') diff --git a/app-emulation/spice-vdagent/spice-vdagent-0.17.0.ebuild b/app-emulation/spice-vdagent/spice-vdagent-0.17.0.ebuild index db875d2b9a4e..066479d7080d 100644 --- a/app-emulation/spice-vdagent/spice-vdagent-0.17.0.ebuild +++ b/app-emulation/spice-vdagent/spice-vdagent-0.17.0.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 EAPI=6 @@ -54,7 +54,7 @@ src_configure() { src_install() { default - rm -rf "${ED%/}"/etc/{rc,tmpfiles}.d || die + cd "${ED}" && rmdir -p var/run/spice-vdagentd || die keepdir /var/log/spice-vdagentd -- cgit v1.2.3-65-gdbad