mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] [bash] Do no set /bin/sh symlink to bash if busybox links it to a shell
@ 2011-11-21 13:53 Alexander Stein
  0 siblings, 0 replies; only message in thread
From: Alexander Stein @ 2011-11-21 13:53 UTC (permalink / raw)
  To: ptxdist

Without it is not possible to e.g. set /bin/sh to hush and install bash
parallel to busybox shells.

Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
---
 rules/bash.make |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/rules/bash.make b/rules/bash.make
index 2bb6d35..9e8facc 100644
--- a/rules/bash.make
+++ b/rules/bash.make
@@ -187,7 +187,9 @@ $(STATEDIR)/bash.targetinstall:
 	@$(call install_fixup, bash,DESCRIPTION,missing)
 
 	@$(call install_copy, bash, 0, 0, 0755, -, /bin/bash)
+ifdef PTXCONF_BUSYBOX_FEATURE_SH_IS_NONE
 	@$(call install_link, bash, bash, /bin/sh)
+endif
 
 	@$(call install_finish, bash)
 
-- 
1.7.3.4


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-21 13:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-21 13:53 [ptxdist] [PATCH] [bash] Do no set /bin/sh symlink to bash if busybox links it to a shell Alexander Stein

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox