From: Michael Tremer Date: Sat, 25 Jun 2011 11:11:19 +0000 (+0200) Subject: coreutils: Remove duplicate of su. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49b5bc27043cbb7db13196521f9eb68c49e7b8cd;p=ipfire-3.x.git coreutils: Remove duplicate of su. --- diff --git a/pkgs/coreutils/coreutils.nm b/pkgs/coreutils/coreutils.nm index 6e1da0a36..be41e0cad 100644 --- a/pkgs/coreutils/coreutils.nm +++ b/pkgs/coreutils/coreutils.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include PKG_NAME = coreutils PKG_VER = 8.12 -PKG_REL = 1 +PKG_REL = 2 PKG_MAINTAINER = PKG_GROUPS = Base System/Base @@ -70,6 +70,8 @@ define STAGE_INSTALL_CMDS mv -v $(BUILDROOT)/usr/bin/chroot $(BUILDROOT)/usr/sbin mv -v $(BUILDROOT)/usr/bin/{head,sleep,nice} $(BUILDROOT)/bin + # Reinstall su in /bin + -rm -rfv $(BUILDROOT)/usr/bin/su cd $(DIR_APP) && install -m 4755 src/su $(BUILDROOT)/bin # Dump /etc/DIR_COLORS