doc: fix after snaptools merge

This commit is contained in:
Graham Christensen 2019-07-10 08:01:45 -07:00
parent 93db55bde5
commit dc336293a1
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C
3 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@
<para> <para>
The following expression packages GNU Hello as a Snapcraft snap. The following expression packages GNU Hello as a Snapcraft snap.
</para> </para>
<programlisting><xi:include href="../../pkgs/build-support/snap/example-hello.nix" parse="text" /></programlisting> <programlisting><xi:include href="./snap/example-hello.nix" parse="text" /></programlisting>
<para> <para>
<command>nix-build</command> this expression and install it with <command>nix-build</command> this expression and install it with
<command>snap install ./result --dangerous</command>. <command>snap install ./result --dangerous</command>.
@ -57,7 +57,7 @@
example uses Firefox as an example, because it is one of the most example uses Firefox as an example, because it is one of the most
complicated programs we could package. complicated programs we could package.
</para> </para>
<programlisting><xi:include href="../../pkgs/build-support/snap/example-firefox.nix" parse="text" /></programlisting> <programlisting><xi:include href="./snap/example-firefox.nix" parse="text" /></programlisting>
<para> <para>
<command>nix-build</command> this expression and install it with <command>nix-build</command> this expression and install it with
<command>snap install ./result --dangerous</command>. <command>snap install ./result --dangerous</command>.