diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-06 03:07:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-06 03:29:21 +0100 |
commit | 7cb73425031559dab19e613554622bf9e51a6b56 (patch) | |
tree | 63b0d552a280e66dd50071679e46c66d6b31ad1b /package/sash/Makefile | |
parent | bead6c0dd67eaba7c03efa72a0897f9cbe272372 (diff) |
sash: cleanup for musl compile
Diffstat (limited to 'package/sash/Makefile')
-rw-r--r-- | package/sash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/sash/Makefile b/package/sash/Makefile index 5ea50432a..03c12a965 100644 --- a/package/sash/Makefile +++ b/package/sash/Makefile @@ -5,7 +5,7 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= sash PKG_VERSION:= 1.0 -PKG_RELEASE:= 3 +PKG_RELEASE:= 4 PKG_DESCR:= standalone shell PKG_SECTION:= base/shells |