commit:     0727c4b8cad3983c84f9a2766ee0e41027c44862
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 05:18:35 2017 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Thu May 11 05:18:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0727c4b8

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

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 db875d2b9a4..066479d7080 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
 

Reply via email to