index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Sebastien Luttringer <seblu@seblu.net> | 2011-08-18 12:46:19 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-18 10:47:41 -0500 |
commit | 4a7f3bbc469d1f6a8da1c7f310ab518ad841c2b9 (patch) | |
tree | 4ada77be271cb254c5e13113d0d1742dc671a593 /doc | |
parent | d18e600952015378c9ba79661597f1c01046f436 (diff) |
-rw-r--r-- | doc/makepkg.8.txt | 14 |
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index 3206a906..baff2041 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -138,6 +138,13 @@ Options dependencies are not found, pacman will try to resolve them. If successful, the missing packages will be downloaded and installed. +*-S, \--source*:: + 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. Because integrity checks are verified, + all source files of the package need to be present or downloadable. + *\--allsource*:: Do not actually build the package, but build a source-only tarball that includes all sources, including those that are normally download via @@ -145,13 +152,6 @@ Options such as a chroot or remote builder. It will also satisfy requirements of the GPL when distributing binary packages. -*\--source*:: - 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. Because integrity checks are verified, - all source files of the package need to be present or downloadable. - *\--pkg <list>*:: Only build listed packages from a split package. |