diff options
author | Xavier Chantry <shiningxc@gmail.com> | 2009-09-07 19:36:25 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-09-07 22:13:04 +0200 |
commit | 814cd7aee1f526479a24b62b01b24e25cd656d2b (patch) | |
tree | 540e1700464a3876701f82dc14dfcce29b21835b | |
parent | f53d2ac471a28e65e765a85251ba4cb6cf67cdbb (diff) | |
download | pacman-814cd7aee1f526479a24b62b01b24e25cd656d2b.tar.gz pacman-814cd7aee1f526479a24b62b01b24e25cd656d2b.tar.xz |
Update the doc for --source
See FS#15984
After commit 02acf65, the --source behavior changed.
Thanks to Dan for actually writing the new sentence :)
Signed-off-by: Xavier Chantry <shiningxc@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
-rw-r--r-- | doc/makepkg.8.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index ad78ffcb..198aa954 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -146,7 +146,8 @@ Options Do not actually build the package, but build a source-only tarball that does not include sources that can be fetched via a download URL. This is useful for passing a single tarball to another program such as a chroot, - remote builder, or a tarball upload. + remote builder, or a tarball upload. Because integrity checks are verified, + all source files of the package need to be present or downloadable. *\--noconfirm*:: (Passed to pacman) Prevent pacman from waiting for user input before |