diff options
author | Matthias Maier <tamiko@gentoo.org> | 2017-05-11 00:18:35 -0500 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2017-05-11 00:18:35 -0500 |
commit | 0727c4b8cad3983c84f9a2766ee0e41027c44862 (patch) | |
tree | 4bce7d35a5b41fb8f0bc0d3a666f3aceee89e5bc /app-emulation/spice-vdagent/spice-vdagent-0.17.0.ebuild | |
parent | app-emulation/spice: compatibility fixes for app-arch/lz4-1.7.4, bug #617202 (diff) | |
download | gentoo-0727c4b8cad3983c84f9a2766ee0e41027c44862.tar.gz gentoo-0727c4b8cad3983c84f9a2766ee0e41027c44862.tar.bz2 gentoo-0727c4b8cad3983c84f9a2766ee0e41027c44862.zip |
app-emulation/spice-vdagent: ebuild maintenance, bug #605452
- remove obsolete rm
- remove runtime path
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-emulation/spice-vdagent/spice-vdagent-0.17.0.ebuild')
-rw-r--r-- | app-emulation/spice-vdagent/spice-vdagent-0.17.0.ebuild | 4 |
1 files 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 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 |