From: Michael Tremer Date: Thu, 26 Nov 2009 23:09:07 +0000 (+0100) Subject: bash: Buildfixes. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8336c879a25351a549252653df8a9b5e268ec92;p=ipfire-3.x.git bash: Buildfixes. --- diff --git a/pkgs/core/bash/bash.nm b/pkgs/core/bash/bash.nm index aaedcbfd1..b84656ed9 100644 --- a/pkgs/core/bash/bash.nm +++ b/pkgs/core/bash/bash.nm @@ -41,7 +41,7 @@ define PKG_DESCRIPTION to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. endef -PKG_BUILD_DEPS+= bison +PKG_BUILD_DEPS+= bison m4 PKG_DEPS += readline PKG_TARBALL = $(THISAPP).tar.gz @@ -90,8 +90,10 @@ define STAGE_INSTALL cd $(DIR_APP) && make install DESTDIR=$(BUILDROOT) # Bash startup files - cp -avf $(DIR_SOURCE)/bash/{bashrc,profile,shells} $(BUILDROOT)/etc + cp -avf $(DIR_SOURCE)/{bashrc,profile,shells} $(BUILDROOT)/etc # /etc/profile.d cp -vf $(DIR_SOURCE)/profile.d/* $(BUILDROOT)/etc/profile.d + + ln -svf bash $(BUILDROOT)/bin/sh endef