From: Jan Kiszka <jan.kiszka@siemens.com>
To: Baurzhan Ismagulov <ibr@ilbers.de>,
isar-users <isar-users@googlegroups.com>
Subject: [PATCH] isar-init-build-env: Add /sbin to PATH
Date: Mon, 3 Jul 2017 20:25:44 +0200 [thread overview]
Message-ID: <cefa1db1-8b43-35a8-4737-62fe1c458040@siemens.com> (raw)
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
reply other threads:[~2017-07-03 18:25 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cefa1db1-8b43-35a8-4737-62fe1c458040@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=ibr@ilbers.de \
--cc=isar-users@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox