diff options
author | Allan McRae <allan@archlinux.org> | 2016-01-26 09:41:56 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2016-01-26 09:41:56 +0100 |
commit | 18d00097a280d319ed18feedb5370dece5b7398d (patch) | |
tree | 1aa83c38061f2747a9d0f10a2c1f33dcf43b4a95 /doc | |
parent | 599520e489e59d127d2423d57d95f667849f286a (diff) | |
download | pacman-18d00097a280d319ed18feedb5370dece5b7398d.tar.gz pacman-18d00097a280d319ed18feedb5370dece5b7398d.tar.xz |
makepkg.conf.5: document option arguments in DLAGENTS need spaces escaped
Fixes FS#43304.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/makepkg.conf.5.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt index ac5791fd..e35eb8a6 100644 --- a/doc/makepkg.conf.5.txt +++ b/doc/makepkg.conf.5.txt @@ -39,8 +39,9 @@ Options **DLAGENTS=(**\'protocol::/path/to/command [options]' ...**)**:: Sets the download agents used to fetch source files specified with a URL in the linkman:PKGBUILD[5] file. Options can be specified for each command as - well, and any protocol can have a download agent. Several examples are provided - in the default makepkg.conf. + well, and any protocol can have a download agent. Any spaces in option + arguments are required to be escaped to avoid being split. Several + examples are provided in the default makepkg.conf. + If present, `%u` will be replaced with the download URL. Otherwise, the download URL will be placed on the end of the command. If present, `%o` will |