From 726a8fe935da3f9456dce522769f542bf49e0fce Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 13 Apr 2016 07:49:25 -0400 Subject: 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. --- doc/xdg-app-builder.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 @@ 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. @@ -329,7 +329,7 @@ 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. -- cgit v1.2.1