summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Trygve Kalleberg <karltk@gentoo.org>2001-09-15 16:31:40 +0000
committerKarl Trygve Kalleberg <karltk@gentoo.org>2001-09-15 16:31:40 +0000
commit764e75152a6125d239e7375b2ac4a63bc6480771 (patch)
tree21e62f2e83c129d8f6c706b4b1d15bad1d01f314 /sys-apps
parentInitial import of abiword 0.9.3 (diff)
downloadhistorical-764e75152a6125d239e7375b2ac4a63bc6480771.tar.gz
historical-764e75152a6125d239e7375b2ac4a63bc6480771.tar.bz2
historical-764e75152a6125d239e7375b2ac4a63bc6480771.zip
Applied patch from Martin Schlemmer: now correctly removes su's man page as well
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/sh-utils/sh-utils-2.0j-r4.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/sh-utils/sh-utils-2.0j-r4.ebuild b/sys-apps/sh-utils/sh-utils-2.0j-r4.ebuild
index 9ce1152e8280..18b7e08f41fd 100644
--- a/sys-apps/sh-utils/sh-utils-2.0j-r4.ebuild
+++ b/sys-apps/sh-utils/sh-utils-2.0j-r4.ebuild
@@ -2,7 +2,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0j-r4.ebuild,v 1.3 2001/08/23 07:25:09 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/sh-utils/sh-utils-2.0j-r4.ebuild,v 1.4 2001/09/15 16:31:40 karltk Exp $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -60,6 +60,7 @@ src_install() {
fi
#we use the /bin/su from the sys-apps/shadow package
rm ${D}/bin/su
+ rm ${D}/usr/share/man/su.1.gz
}