summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-08-12 18:48:00 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-08-12 18:48:00 +0200
commit39fa7332e25b32b0bae13162d249ed377c674e03 (patch)
tree9c87528bcc0f17cd5abd3982e12ed16fe2dfe7d9
parent51cd6841c97546b6a6a9109166247eb10f122063 (diff)
export M4 variable, required for bison to find m4
-rw-r--r--package/base-files/Makefile2
-rw-r--r--package/base-files/files/profile1
2 files changed, 2 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index c3f77fe7c..c3537ab1b 100644
--- a/package/base-files/Makefile
+++ b/package/base-files/Makefile
@@ -6,7 +6,7 @@ include $(ADK_TOPDIR)/mk/rootfs.mk
PKG_NAME:= base-files
PKG_VERSION:= 1.1
-PKG_RELEASE:= 27
+PKG_RELEASE:= 28
PKG_SECTION:= base/apps
PKG_DESCR:= basic files and scripts
diff --git a/package/base-files/files/profile b/package/base-files/files/profile
index c89b12c92..22bf8655d 100644
--- a/package/base-files/files/profile
+++ b/package/base-files/files/profile
@@ -1,6 +1,7 @@
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
export TERM=linux
export EDITOR=/bin/vi
+export M4=/usr/bin/m4
if [[ $(id -u) = 0 ]]; then
export PS1='`whoami`@`hostname`:`pwd` # '
else