diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-19 19:10:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-05-19 19:10:51 +0200 |
commit | 94fe75948093692f2e79e9ec07bc17ae88ab9844 (patch) | |
tree | b95c2f81dfb8abaec54ba1c7747a980c988d71d3 /package/base-files/Makefile | |
parent | 957bb3959c18f96c9ac1c7553e897bbbd95f0d51 (diff) |
fix problem with adkupdate, reported by Tobias
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 3744ceb53..a1cf05491 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/mk/rootfs.mk PKG_NAME:= base-files PKG_VERSION:= 1.0 -PKG_RELEASE:= 44 +PKG_RELEASE:= 45 PKG_SECTION:= base PKG_DESCR:= basic files and scripts |