summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2001-08-23 07:25:09 +0000
committerDaniel Robbins <drobbins@gentoo.org>2001-08-23 07:25:09 +0000
commit43f94f5c699569ee7b5d6b6449c758e84adc0b94 (patch)
treeaa371f47d213add39c519354fb55c8ba618fcfad /sys-apps/sh-utils
parentfix (diff)
downloadgentoo-2-43f94f5c699569ee7b5d6b6449c758e84adc0b94.tar.gz
gentoo-2-43f94f5c699569ee7b5d6b6449c758e84adc0b94.tar.bz2
gentoo-2-43f94f5c699569ee7b5d6b6449c758e84adc0b94.zip
removed /bin/su; we use the one from sys-apps/shadow
Diffstat (limited to 'sys-apps/sh-utils')
-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
}