From 9e6b567ec2c7eca1b0299b048c9f1872857b6579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 30 Aug 2018 12:54:03 +0200 Subject: shellrc: fix --- shellrc/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'shellrc') diff --git a/shellrc/Makefile b/shellrc/Makefile index 1c6c5fd..55f7dcb 100644 --- a/shellrc/Makefile +++ b/shellrc/Makefile @@ -57,3 +57,6 @@ define Package/$(PKG_NAME)-ash/install endef $(eval $(call BuildPackage,$(PKG_NAME))) +$(eval $(call BuildPackage,$(PKG_NAME)-bash)) +$(eval $(call BuildPackage,$(PKG_NAME)-zsh)) +$(eval $(call BuildPackage,$(PKG_NAME)-ash)) -- cgit v1.2.3