diff options
author | Thorsten Glaser <tg@mirbsd.org> | 2014-09-04 21:07:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-04 21:19:23 +0200 |
commit | 7fdfda3dbf7410368f2776c48aeac555a0902fb8 (patch) | |
tree | 4543095569657c95aad26714898c41ce2ed8ff11 /package/sash/Makefile | |
parent | 0017dca1c149c2ac7048720b202e2a44988a5e27 (diff) |
install sash as /bin/sh and remove special handling
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
Diffstat (limited to 'package/sash/Makefile')
-rw-r--r-- | package/sash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/sash/Makefile b/package/sash/Makefile index d47d3e991..337cb166c 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:= 1 +PKG_RELEASE:= 2 PKG_DESCR:= standalone shell PKG_SECTION:= base/shells @@ -21,6 +21,6 @@ INSTALL_STYLE:= manual do-install: ${INSTALL_DIR} ${IDIR_SASH}/bin - ${INSTALL_BIN} ${WRKBUILD}/sh ${IDIR_SASH}/bin/sh + ${INSTALL_BIN} ${WRKBUILD}/sh ${IDIR_SASH}/bin/sash include ${ADK_TOPDIR}/mk/pkg-bottom.mk |