aboutsummaryrefslogtreecommitdiff
path: root/scripts/make-payload
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/make-payload')
-rwxr-xr-xscripts/make-payload2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-payload b/scripts/make-payload
index ec88f0a..62c3e34 100755
--- a/scripts/make-payload
+++ b/scripts/make-payload
@@ -15,7 +15,7 @@ elif [ $# != 0 ]; then
fi
gfind * -type d -printf 'dir path=%p\n'
-gfind * -type f -printf 'file path=%p\n'
+gfind * -type f -printf "file $1/%p path=%p\n"
gfind * -type l -printf 'link path=%p target=%l\n'
exit 0