summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-apps/sh-utils/sh-utils-2.0j-r4.ebuild4
1 files changed, 3 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 95a8e41c688d..9ce1152e8280 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.2 2001/08/04 18:22:45 pete Exp $
+# $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 $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -58,6 +58,8 @@ src_install() {
else
rm -rf ${D}/usr/share
fi
+ #we use the /bin/su from the sys-apps/shadow package
+ rm ${D}/bin/su
}