From 7fdfda3dbf7410368f2776c48aeac555a0902fb8 Mon Sep 17 00:00:00 2001 From: Thorsten Glaser Date: Thu, 4 Sep 2014 21:07:00 +0200 Subject: install sash as /bin/sh and remove special handling Signed-off-by: Thorsten Glaser --- package/sash/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/sash/Makefile') 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 -- cgit v1.2.3