summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-04-13 07:49:25 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-04-13 07:49:25 -0400
commit726a8fe935da3f9456dce522769f542bf49e0fce (patch)
tree60cb0d02c1e8d6dd703a1f6b53d0aaad629c6eda /doc
parent21e5391ab89c3361bc55f8e7d8a6629724f4133f (diff)
downloadxdg-app-726a8fe935da3f9456dce522769f542bf49e0fce.tar.gz
doc: Clarify the cleanup docs
Mention explicitly that full paths are not expected to have the /app prefix. I was confused about this, so others might too.
Diffstat (limited to 'doc')
-rw-r--r--doc/xdg-app-builder.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/xdg-app-builder.xml b/doc/xdg-app-builder.xml
index d3731b7..0ba0f5f 100644
--- a/doc/xdg-app-builder.xml
+++ b/doc/xdg-app-builder.xml
@@ -175,7 +175,7 @@
<varlistentry>
<term><option>cleanup</option></term>
<listitem><para>An array of file patterns that should be removed at the end.
- Patterns starting with / are taken to be full pathnames, otherwise they just match
+ Patterns starting with / are taken to be full pathnames (without the /app prefix), otherwise they just match
the basename.</para></listitem>
</varlistentry>
<varlistentry>
@@ -329,7 +329,7 @@
<varlistentry>
<term><option>cleanup</option></term>
<listitem><para>An array of file patterns that should be removed at the end.
- Patterns starting with / are taken to be full pathnames, otherwise they just match
+ Patterns starting with / are taken to be full pathnames (without the /app prefix), otherwise they just match
the basename. Note that any patterns will only match files installed by this module.
</para></listitem>
</varlistentry>