diff options
author | Karl Trygve Kalleberg <karltk@gentoo.org> | 2001-09-15 16:31:40 +0000 |
---|---|---|
committer | Karl Trygve Kalleberg <karltk@gentoo.org> | 2001-09-15 16:31:40 +0000 |
commit | 90521d209f00a7e178acb55624ad6395329eec2e (patch) | |
tree | 5bcc6294296d8a3d99128fb5c98ae2a5155d099c /sys-apps/sh-utils | |
parent | Initial import of abiword 0.9.3 (diff) | |
download | gentoo-2-90521d209f00a7e178acb55624ad6395329eec2e.tar.gz gentoo-2-90521d209f00a7e178acb55624ad6395329eec2e.tar.bz2 gentoo-2-90521d209f00a7e178acb55624ad6395329eec2e.zip |
Applied patch from Martin Schlemmer: now correctly removes su's man page as well
Diffstat (limited to 'sys-apps/sh-utils')
-rw-r--r-- | sys-apps/sh-utils/sh-utils-2.0j-r4.ebuild | 3 |
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 } |