diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-08-30 12:37:44 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-08-30 12:37:44 +0200 |
commit | a6abd46888c5780377786b50e7a1ca8812ab0960 (patch) | |
tree | 79292497b966dc77cea69929cd41b6142b31a682 /shellrc/Makefile | |
parent | d83bde419809e1836983c8fead7185dfb7689b04 (diff) | |
download | openwrt-personal-pkgs-a6abd46888c5780377786b50e7a1ca8812ab0960.tar.gz openwrt-personal-pkgs-a6abd46888c5780377786b50e7a1ca8812ab0960.tar.bz2 openwrt-personal-pkgs-a6abd46888c5780377786b50e7a1ca8812ab0960.zip |
Packages fixes
Diffstat (limited to 'shellrc/Makefile')
-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 |