From 0f302df5edf40eabfa28724f8b4e1cc2f3fa176b Mon Sep 17 00:00:00 2001 From: Wieland Hoffmann Date: Wed, 3 Jun 2015 11:04:13 +0200 Subject: makepkg-template.1: Clarify which file version-less markers use The old text could be interpreted such that makepkg-template compares the version numbers of the templates to find the most recent one. Rephrase this to make it explicit that "$template_name.template" is used. Signed-off-by: Florian Pritz --- doc/makepkg-template.1.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/makepkg-template.1.txt b/doc/makepkg-template.1.txt index 03b2a38e..99637d43 100644 --- a/doc/makepkg-template.1.txt +++ b/doc/makepkg-template.1.txt @@ -47,8 +47,8 @@ and end markers and the template code on the first run. Template files should be stored in one directory and filenames should be "$template_name-$version.template" with a symlink "$template_name.template" pointing to the most recent template. If the version is not set in the marker, -'makepkg-template' will automatically use the most recent version of the -template, otherwise the specified version will be used. This allows for easier +'makepkg-template' will automatically use the target of "$template_name.template", +otherwise the specified version will be used. This allows for easier verification of untrusted PKGBUILDs if the template is trusted. You verify the non-template code and then use a command similar to this: -- cgit v1.2.3-24-g4f1b