public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] isar-init-build-env: Add /sbin to PATH
@ 2017-07-03 18:25 Jan Kiszka
  0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2017-07-03 18:25 UTC (permalink / raw)
  To: Baurzhan Ismagulov, isar-users

From: Jan Kiszka <jan.kiszka@siemens.com>

Required so that mkdosfs can be found when running as normal user.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

Do you prefer PRs? The development process is not

 isar-init-build-env | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/isar-init-build-env b/isar-init-build-env
index 8f1d039..4a7b335 100755
--- a/isar-init-build-env
+++ b/isar-init-build-env
@@ -58,3 +58,6 @@ export ISARROOT
 unset ISARROOT
 
 [ -z "$BUILDDIR" ] || cd "$BUILDDIR"
+
+# required to find mkdosfs as unprivileged user
+PATH=/sbin:$PATH
-- 
2.12.3

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

only message in thread, other threads:[~2017-07-03 18:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-03 18:25 [PATCH] isar-init-build-env: Add /sbin to PATH Jan Kiszka

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