added mksh to /etc/shells (#1685)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@7219 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ff01f4cd22
commit
70da78aeff
@ -39,6 +39,12 @@ define Build/Compile
|
||||
$(BASH) Build.sh -d -r
|
||||
endef
|
||||
|
||||
define Package/mksh/postinst
|
||||
#!/bin/sh
|
||||
grep mksh $${IPKG_INSTROOT}/etc/shells || \
|
||||
echo "/bin/mksh" >> $${IPKG_INSTROOT}/etc/shells
|
||||
endef
|
||||
|
||||
define Package/mksh/install
|
||||
$(INSTALL_DIR) $(1)/etc
|
||||
$(INSTALL_DATA) $(PKG_BUILD_DIR)/dot.mkshrc $(1)/etc/mkshrc
|
||||
|
Loading…
x
Reference in New Issue
Block a user