From: Michael Tremer Date: Fri, 27 Nov 2009 15:17:03 +0000 (+0100) Subject: coreutils: Buildfixes. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eec968d8574149b01e2af523fbf4d62c3c65ce44;p=ipfire-3.x.git coreutils: Buildfixes. --- diff --git a/pkgs/core/coreutils/coreutils.nm b/pkgs/core/coreutils/coreutils.nm index 20552580d..6040ad8fc 100644 --- a/pkgs/core/coreutils/coreutils.nm +++ b/pkgs/core/coreutils/coreutils.nm @@ -39,7 +39,7 @@ define PKG_DESCRIPTION the old GNU fileutils, sh-utils, and textutils packages. endef -PKG_DEPS += acl attr libcap2 ncurses pam shadow util-linux-ng +PKG_DEPS += acl attr libcap ncurses pam shadow util-linux-ng PKG_TARBALL = $(THISAPP).tar.gz @@ -75,7 +75,7 @@ endef define STAGE_INSTALL cd $(DIR_APP) && make install DESTDIR=$(BUILDROOT) - -mkdir -pv $(BUILDROOT)/{bin,etc/{pam,profile}.d} + -mkdir -pv $(BUILDROOT)/{bin,etc/{pam,profile}.d,usr/sbin} mv -v $(BUILDROOT)/usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} $(BUILDROOT)/bin mv -v $(BUILDROOT)/usr/bin/{false,hostname,ln,ls,mkdir,mknod,mv,pwd,readlink,rm} $(BUILDROOT)/bin mv -v $(BUILDROOT)/usr/bin/{rmdir,stty,sync,touch,true,uname} $(BUILDROOT)/bin