summaryrefslogtreecommitdiff
path: root/package/mksh/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-04-15 20:26:00 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-04-15 20:26:12 +0200
commit5cc97866f5b2b1aac415c644556539affd73fc77 (patch)
treeeb8355456d54f908f122eb2c302a591ef2985358 /package/mksh/Makefile
parent067a5fbdfbe4de906e3a8d4244a4a141b7ef7fe9 (diff)
mksh: update to r55, remove old test.sh
Diffstat (limited to 'package/mksh/Makefile')
-rw-r--r--package/mksh/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/package/mksh/Makefile b/package/mksh/Makefile
index c618ebd9e..d32669647 100644
--- a/package/mksh/Makefile
+++ b/package/mksh/Makefile
@@ -4,9 +4,9 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= mksh
-PKG_VERSION:= 54
+PKG_VERSION:= 55
PKG_RELEASE:= 1
-PKG_HASH:= 8bce3837c386684aa7780f085f1a4dbd5e3e26fb5c528ee0d41ae29af7f39013
+PKG_HASH:= ced42cb4a181d97d52d98009eed753bd553f7c34e6991d404f9a8dcb45c35a57
PKG_DESCR:= mirbsd korn shell
PKG_SECTION:= base/shells
PKG_NEEDS:= mmu
@@ -59,7 +59,10 @@ mksh-test-install:
$(INSTALL_DIR) $(IDIR_MKSH_TEST)/opt/mksh
$(CP) $(WRKBUILD)/* $(IDIR_MKSH_TEST)/opt/mksh
find $(IDIR_MKSH_TEST)/opt/mksh -name \*.o -delete
- $(INSTALL_BIN) ./files/test.sh $(IDIR_MKSH_TEST)/opt/mksh
+ $(SED) \
+ 's!$(WRKBUILD)!/opt/mksh!g' \
+ -e "s!PATH='[^']*'!PATH='/usr/sbin:/bin:/sbin:/usr/bin'!" \
+ $(IDIR_MKSH_TEST)/opt/mksh/test.sh
include $(ADK_TOPDIR)/mk/host-bottom.mk
include $(ADK_TOPDIR)/mk/pkg-bottom.mk