diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-03-06 11:53:00 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-03-06 11:53:00 +0000 |
commit | a26a4213e3bc2110b783d697f3c26458de3b1c4f (patch) | |
tree | 90aaaf89200bda41e394a2a4275b661c7849b7da /net-misc/ltsp | |
parent | Marked ~amd64, bug 84197. (diff) | |
download | gentoo-2-a26a4213e3bc2110b783d697f3c26458de3b1c4f.tar.gz gentoo-2-a26a4213e3bc2110b783d697f3c26458de3b1c4f.tar.bz2 gentoo-2-a26a4213e3bc2110b783d697f3c26458de3b1c4f.zip |
fix file collision
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-misc/ltsp')
-rw-r--r-- | net-misc/ltsp/ltsp-4.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/ltsp/ltsp-4.1-r1.ebuild b/net-misc/ltsp/ltsp-4.1-r1.ebuild index 80b3abe0590c..8684ecaf8693 100644 --- a/net-misc/ltsp/ltsp-4.1-r1.ebuild +++ b/net-misc/ltsp/ltsp-4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ltsp/ltsp-4.1-r1.ebuild,v 1.7 2005/03/02 11:10:22 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ltsp/ltsp-4.1-r1.ebuild,v 1.8 2005/03/06 11:53:00 lanius Exp $ IUSE="X debug nas esd audiofile snmp" @@ -151,6 +151,7 @@ src_install() { # several other stuff rm -fR ${D}/usr/share/ + rm -fR ${D}/opt/ltsp-4.1/i386/usr/share/aclocal } pkg_postinst() { |