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
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