mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] doc: environment: make toolchain directory user writeable as root
@ 2020-05-28  8:05 Philipp Zabel
  2020-05-29  8:14 ` Michael Olbrich
  0 siblings, 1 reply; 4+ messages in thread
From: Philipp Zabel @ 2020-05-28  8:05 UTC (permalink / raw)
  To: ptxdist

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-29  9:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-28  8:05 [ptxdist] [PATCH] doc: environment: make toolchain directory user writeable as root Philipp Zabel
2020-05-29  8:14 ` Michael Olbrich
2020-05-29  8:28   ` Philipp Zabel
2020-05-29  9:02     ` Christian Hermann

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