index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Jason St. John <jstjohn@purdue.edu> | 2014-08-07 00:43:20 -0400 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-08-09 14:18:59 +1000 |
commit | ab07dfdeb9b4ecc443aa25f40fa530a730f65cde (patch) | |
tree | 58b27c50353f9eb540c6b7a3d6d05cf80b024f67 /doc/makepkg.8.txt | |
parent | 37634d22e501538e5a4b12105a0b56542841e71f (diff) |
-rw-r--r-- | doc/makepkg.8.txt | 10 |
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index 78e6cb1e..e0398af7 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -45,7 +45,7 @@ Options Clean up leftover work files and directories after a successful build. *\--config* <file>:: - Use an alternate config file instead of the +{sysconfdir}/makepkg.conf+ + Use an alternate configuration file instead of the +{sysconfdir}/makepkg.conf+ default. *-d, \--nodeps*:: @@ -128,7 +128,7 @@ Options *-R, \--repackage*:: Repackage contents of the package without rebuilding the package. This - is useful if you forgot (e.g.) a dependency or install file in your + is useful if you forgot, for example, a dependency or install file in your PKGBUILD and the build itself will not change. *-s, \--syncdeps*:: @@ -193,11 +193,11 @@ Options *\--needed*:: (Passed to pacman) Tell pacman not to reinstall a target if it is already - up to date. (used with -i / --install). + up-to-date. (used with '-i' / '\--install'). *\--asdeps*:: (Passed to pacman) Install packages as non-explicitly installed (used - with -i / --install). + with '-i' / '\--install'). *\--noprogressbar*:: (Passed to pacman) Prevent pacman from displaying a progress bar; @@ -216,7 +216,7 @@ Environment Variables --------------------- **PACMAN**:: The command that will be used to check for missing dependencies and to - install and remove packages. Pacman's -Qq, -Rns, -S, -T, and -U + install and remove packages. Pacman's '-Qq', '-Rns', '-S', '-T', and '-U' operations must be supported by this command. If the variable is not set or empty, makepkg will fall back to `pacman'. |