mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] doc: environment: make toolchain directory user writeable as root
Date: Thu, 28 May 2020 10:05:14 +0200	[thread overview]
Message-ID: <20200528080514.22522-1-p.zabel@pengutronix.de> (raw)

Creating the toolchain directory under /opt and making it writeable to
the user should be done as root. Make this very obvious by prepending
the commans with sudo.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 doc/environment.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/environment.rst b/doc/environment.rst
index 18aecec4eb0b..7b0da683b10e 100644
--- a/doc/environment.rst
+++ b/doc/environment.rst
@@ -484,9 +484,9 @@ enter:
 
 ::
 
-   $ mkdir /opt/OSELAS.Toolchain-|oselasTCNVendorVersion|
-   $ chown <username> /opt/OSELAS.Toolchain-|oselasTCNVendorVersion|
-   $ chmod a+rwx /opt/OSELAS.Toolchain-|oselasTCNVendorVersion|
+   $ sudo mkdir /opt/OSELAS.Toolchain-|oselasTCNVendorVersion|
+   $ sudo chown <username> /opt/OSELAS.Toolchain-|oselasTCNVendorVersion|
+   $ sudo chmod a+rwx /opt/OSELAS.Toolchain-|oselasTCNVendorVersion|
 
 We recommend to keep this installation path as PTXdist expects the
 toolchains in ``/opt``. Whenever we go to select a platform in a
-- 
2.20.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

             reply	other threads:[~2020-05-28  8:05 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-28  8:05 Philipp Zabel [this message]
2020-05-29  8:14 ` Michael Olbrich
2020-05-29  8:28   ` Philipp Zabel
2020-05-29  9:02     ` Christian Hermann

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=20200528080514.22522-1-p.zabel@pengutronix.de \
    --to=p.zabel@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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