diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-01 21:12:15 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-07-01 21:12:15 -0500 |
commit | a32b558efb629fd9f28a8bd2d7e1af9538ff725d (patch) | |
tree | 629cfd8fab432b462221e0ba1d75b2032397b68d /package/base-files/Makefile | |
parent | 360767f2ef426c9249131831286df32bd4bb666d (diff) |
fix regression with new dev management change. order of execution is wrong.
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 84f9a2db1..7642c5e09 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:= 14 +PKG_RELEASE:= 15 PKG_SECTION:= base/apps PKG_DESCR:= basic files and scripts |