index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-03-23 02:16:13 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-03-23 02:16:13 -0500 |
commit | 3df49acb30cb5a06e15faffcc18cc52b74905e7f (patch) | |
tree | 00dfc92971d16683bb3c08c7003ea4842120db94 /doc/makepkg.8.txt | |
parent | 0ff52b68452046d61c24649ec94886bd74faab45 (diff) | |
parent | 115bf1bf9f4be00e93bfd40a2506eda12607ccb8 (diff) |
-rw-r--r-- | doc/makepkg.8.txt | 9 |
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index 3b83015e..c59800c6 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -52,8 +52,9 @@ Options Removes all cached source files from the directory specified in `SRCDEST` in linkman:makepkg.conf[5]. -*--config* <`/path/to/config`>:: - Use an alternate config file instead of the `{sysconfdir}/makepkg.conf` default; +*\--config* <file>:: + Use an alternate config file instead of the `{sysconfdir}/makepkg.conf` + default. *-d, \--nodeps*:: Do not perform any dependency checks. This will let you override and @@ -117,7 +118,7 @@ Options `\--noextract` option if you wish to tweak the files in src/ before building. -*-p* <`buildscript`>:: +*-p* <buildscript>:: Read the package script `buildscript` instead of the `PKGBUILD` default; see linkman:PKGBUILD[5]. @@ -149,7 +150,7 @@ Options 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`>*:: +*\--pkg <list>*:: Only build listed packages from a split package. The use of quotes is necessary when specifying multiple packages. e.g. `--pkg "pkg1 pkg3"` |