diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-12-23 13:52:58 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-12-23 13:52:58 +0000 |
commit | 3e1383ba33c7cbedb3b54bb088b049ab917ebbca (patch) | |
tree | ab07eed1f2f08e4524c044653756c697fcdbc256 | |
parent | added DEPEND="app-arch/unzip", closing bug #36354 (Manifest recommit) (diff) | |
download | gentoo-2-3e1383ba33c7cbedb3b54bb088b049ab917ebbca.tar.gz gentoo-2-3e1383ba33c7cbedb3b54bb088b049ab917ebbca.tar.bz2 gentoo-2-3e1383ba33c7cbedb3b54bb088b049ab917ebbca.zip |
typo
-rw-r--r-- | x11-libs/openmotif/openmotif-2.1.30-r3.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-libs/openmotif/openmotif-2.1.30-r3.ebuild b/x11-libs/openmotif/openmotif-2.1.30-r3.ebuild index efd9bf6f8f13..c3b26179759a 100644 --- a/x11-libs/openmotif/openmotif-2.1.30-r3.ebuild +++ b/x11-libs/openmotif/openmotif-2.1.30-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r3.ebuild,v 1.7 2003/12/23 13:39:32 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.1.30-r3.ebuild,v 1.8 2003/12/23 13:52:58 lanius Exp $ MY_P=${P}-4_MLI.src S=${WORKDIR}/motif @@ -75,9 +75,8 @@ src_install() { for nim in $NOINSTMAN1; do f="${D}usr/X11R6/man/man1/${nim}.1x"; rm "$f" || die "rm $f" done - rm -rf "${D}usr/X11R6/lib/X11/config" || die "rm config" - rm -rf "${D}usr/X11R6/lib/X11/app-defaults" || die "rm app-defaults" - rm -rf "${D}usr/X11R6/lib/X11/binding" || die "rm bindings" + rm -rf "${D}usr/X11R6/lib/X11" || die "rm config" + rm -rf "${D}usr/X11R6/lib/bindings" || die "rm bindings" einfo "Fixing docs" dodoc README COPYRIGHT.MOTIF RELEASE RELNOTES |