Skip to content

Commit

Permalink
Explains GNU Coreutils install command and flags on simple build syst…
Browse files Browse the repository at this point in the history
…em and links to docs (#508)

This should help beginners understand better what is happening on the manifest.
  • Loading branch information
pedropaulosuzuki authored Jul 28, 2024
1 parent 718127b commit a5237a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/first-build.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ an empty file and save it as ``org.flatpak.Hello.yml``.
- echo "Hello world, from a sandbox"
The `application` here is a simple script, that is self contained in the
manifest!
manifest! The `install -Dm755 <https://www.gnu.org/software/coreutils/manual/html_node/install-invocation.html>`_ command will create a file containing our hello world script in ``/app/bin/hello`` with `execution permissions <https://www.gnu.org/software/coreutils/manual/html_node/Numeric-Modes.html>`_ inside the sandbox.

In a more complex application, the manifest would list multiple
modules and build instructions.
Expand Down

0 comments on commit a5237a4

Please sign in to comment.