diff options
Diffstat (limited to 'shellrc')
-rw-r--r-- | shellrc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shellrc/Makefile b/shellrc/Makefile index 628dd9f..618343e 100644 --- a/shellrc/Makefile +++ b/shellrc/Makefile @@ -51,6 +51,7 @@ define Package/$(PKG_NAME)-zsh/install endef define Package/$(PKG_NAME)-ash/install + true # TODO #$(PKG_BUILD_DIR)/install --prefix "$(1)" --ash --no-base endef |