summaryrefslogtreecommitdiff
path: root/package/sash/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/sash/Makefile')
-rw-r--r--package/sash/Makefile4
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