summaryrefslogtreecommitdiffstats
path: root/rules/dash.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/dash.make')
-rw-r--r--rules/dash.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/dash.make b/rules/dash.make
index 04c2f14bf..407fbf90a 100644
--- a/rules/dash.make
+++ b/rules/dash.make
@@ -64,6 +64,10 @@ $(STATEDIR)/dash.targetinstall:
@$(call install_copy, dash, 0, 0, 0755, -, /bin/dash)
+ifdef PTXCONF_DASH_LINK_SH
+ @$(call install_link, dash, dash, /bin/sh)
+endif
+
@$(call install_finish, dash)
@$(call touch)