diff options
author | 2023-03-14 20:46:44 +0100 | |
---|---|---|
committer | 2023-03-14 21:58:18 +0100 | |
commit | 1503d0042d370b246da79992dceae2e0d2de0c97 (patch) | |
tree | dcf2c6ce08e24d9293ddef4817f24d9521d33401 /x11-plugins | |
parent | profiles: last rite for dev-tcltk/tkzinc (diff) | |
download | gentoo-1503d0042d370b246da79992dceae2e0d2de0c97.tar.gz gentoo-1503d0042d370b246da79992dceae2e0d2de0c97.tar.bz2 gentoo-1503d0042d370b246da79992dceae2e0d2de0c97.zip |
x11-plugins/wmappl: remove stray CVS directory
This fails install since the added autoreconf
Closes: https://bugs.gentoo.org/900715
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmappl/wmappl-0.71-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-plugins/wmappl/wmappl-0.71-r1.ebuild b/x11-plugins/wmappl/wmappl-0.71-r1.ebuild index 185a037c7024..895a0e04a33f 100644 --- a/x11-plugins/wmappl/wmappl-0.71-r1.ebuild +++ b/x11-plugins/wmappl/wmappl-0.71-r1.ebuild @@ -21,6 +21,7 @@ SLOT="0" KEYWORDS="amd64 ppc ~sparc x86" src_prepare() { + rm -rf "${S}"/icons/CVS || die default eautoreconf } |