diff options
author | Justin Lecher <jlec@gentoo.org> | 2016-01-22 19:53:48 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2016-01-22 22:03:03 +0100 |
commit | c92912aef9424e7f145736ee16ae8ddfcb86d631 (patch) | |
tree | deeeba4f3bae0a6f1d76d90695eb4fefc1c5b42f /x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild | |
parent | app-eselect/eselect-php: add version 0.9.1 (masked for testing). (diff) | |
download | gentoo-c92912aef9424e7f145736ee16ae8ddfcb86d631.tar.gz gentoo-c92912aef9424e7f145736ee16ae8ddfcb86d631.tar.bz2 gentoo-c92912aef9424e7f145736ee16ae8ddfcb86d631.zip |
x11-terms/rxvt-unicode: Use ecvs_clean to clean workdir
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild')
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild index 8fc2643b384f..e1354f153333 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -42,7 +42,7 @@ DEPEND=" S=${WORKDIR}/${PN} src_prepare() { - find . -name CVS -type d -exec rm -fr {} \; + ecvs_clean # fix for prefix not installing properly epatch \ |