From 5940a6c8aa1aec19f51eb7b3e9a1d44c426c8805 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sun, 11 Jan 2015 12:01:30 +0000 Subject: Fix failure in cleanup, /usr/share/Xm is only created with USE=examples. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) --- x11-libs/motif/ChangeLog | 5 ++++- x11-libs/motif/motif-2.3.4-r3.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'x11-libs') diff --git a/x11-libs/motif/ChangeLog b/x11-libs/motif/ChangeLog index 303219bd3588..82b66ed12761 100644 --- a/x11-libs/motif/ChangeLog +++ b/x11-libs/motif/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/motif # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/ChangeLog,v 1.56 2015/01/10 20:13:35 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/ChangeLog,v 1.57 2015/01/11 12:01:30 ulm Exp $ + + 11 Jan 2015; Ulrich Müller motif-2.3.4-r3.ebuild: + Fix failure in cleanup, /usr/share/Xm is only created with USE=examples. *motif-2.3.4-r3 (10 Jan 2015) diff --git a/x11-libs/motif/motif-2.3.4-r3.ebuild b/x11-libs/motif/motif-2.3.4-r3.ebuild index 1d7bda8c2b58..c4f01e4c3c85 100644 --- a/x11-libs/motif/motif-2.3.4-r3.ebuild +++ b/x11-libs/motif/motif-2.3.4-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.3.4-r3.ebuild,v 1.1 2015/01/10 20:13:35 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/motif/motif-2.3.4-r3.ebuild,v 1.2 2015/01/11 12:01:30 ulm Exp $ EAPI=5 @@ -108,7 +108,7 @@ multilib_src_install_all() { newins "${FILESDIR}"/Mwm.defaults Mwm # cleanup - rmdir "${ED}"/usr/share/Xm || die + rm -rf "${ED}"/usr/share/Xm prune_libtool_files dodoc BUGREPORT ChangeLog README RELEASE RELNOTES TODO -- cgit v1.2.3-65-gdbad