diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-10 09:58:08 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-10 09:58:08 +0000 |
commit | ee69045ea42b0d7afcdf79c247e8b554a912af2b (patch) | |
tree | b0042ed8e660ec26e39744110e5aceb8fc56e6ef /sys-apps/fileutils | |
parent | sed expression fixes (diff) | |
download | historical-ee69045ea42b0d7afcdf79c247e8b554a912af2b.tar.gz historical-ee69045ea42b0d7afcdf79c247e8b554a912af2b.tar.bz2 historical-ee69045ea42b0d7afcdf79c247e8b554a912af2b.zip |
sed expression fixups, filesdir cleanups
Diffstat (limited to 'sys-apps/fileutils')
-rw-r--r-- | sys-apps/fileutils/fileutils-4.1.11.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/fileutils/fileutils-4.1.11.ebuild b/sys-apps/fileutils/fileutils-4.1.11.ebuild index 186255c1f67c..8753d32e8bad 100644 --- a/sys-apps/fileutils/fileutils-4.1.11.ebuild +++ b/sys-apps/fileutils/fileutils-4.1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/fileutils-4.1.11.ebuild,v 1.5 2003/02/08 02:56:04 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/fileutils/fileutils-4.1.11.ebuild,v 1.6 2003/02/10 09:58:08 seemant Exp $ IUSE="nls build" @@ -62,6 +62,7 @@ src_install() { #conflicts with textutils. seems that they install the same #.info file between the two of them rm -f ${D}/usr/share/info/coreutils.info + rmdir ${D}/usr/share/info else rm -rf ${D}/usr/share fi |