diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-12 18:48:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-12 18:48:00 +0200 |
commit | 39fa7332e25b32b0bae13162d249ed377c674e03 (patch) | |
tree | 9c87528bcc0f17cd5abd3982e12ed16fe2dfe7d9 /package/base-files/Makefile | |
parent | 51cd6841c97546b6a6a9109166247eb10f122063 (diff) |
export M4 variable, required for bison to find m4
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 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 |