[package] update mksh to r39 (#5865)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@17620 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-09-20 10:48:18 +00:00
parent c5cf88ce0d
commit 1972759f3d
2 changed files with 5 additions and 5 deletions

View File

@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=mksh
PKG_VERSION:=38c
PKG_VERSION:=39
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-R$(PKG_VERSION).cpio.gz
PKG_SOURCE_URL:=http://www.mirbsd.org/MirOS/dist/mir/mksh
PKG_MD5SUM:=692192a6468b5f5c5e559756f1851766
PKG_MD5SUM:=b2eeb4fe4ccac2704e1440e53cd2672c
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)

View File

@ -6,8 +6,8 @@ $Id$
• OpenWrt fix:
since this is not ~/.mkshrc make sure subshells find it
--- mksh/dot.mkshrc~ 2009-05-31 19:17:57.000000000 +0200
+++ mksh/dot.mkshrc 2009-06-12 17:37:18.000000000 +0200
--- a/dot.mkshrc
+++ b/dot.mkshrc
@@ -20,7 +20,7 @@
#-
# ~/.mkshrc: mksh initialisation file for interactive shells
@ -26,7 +26,7 @@ $Id$
alias which='whence -p'
whence -p rot13 >&- || alias rot13='tr \
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ \
@@ -283,4 +283,8 @@ function Lstripcom {
@@ -304,4 +304,8 @@ function Lstripcom {
done; }
}