diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-01-11 12:01:30 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-01-11 12:01:30 +0000 |
commit | 5940a6c8aa1aec19f51eb7b3e9a1d44c426c8805 (patch) | |
tree | ce77daeeccbfa3e31ded1356beac6d234a09244c /x11-libs | |
parent | Amend fix from bug #524792 to lightdm-greeter as well (diff) | |
download | gentoo-2-5940a6c8aa1aec19f51eb7b3e9a1d44c426c8805.tar.gz gentoo-2-5940a6c8aa1aec19f51eb7b3e9a1d44c426c8805.tar.bz2 gentoo-2-5940a6c8aa1aec19f51eb7b3e9a1d44c426c8805.zip |
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!)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/motif/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/motif/motif-2.3.4-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
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 <ulm@gentoo.org> 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 |