summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-01-03 03:43:15 +0100
committerDan McGee <dan@archlinux.org>2008-01-05 21:35:40 +0100
commitc26039240db12794ad3f5b3d87c498b61a75e95b (patch)
tree1de5789f0758be8633862b174679e88fbbfc11fe /doc
parent601a85082d2965174925a85942e9e8a5a0e9f735 (diff)
downloadpacman-c26039240db12794ad3f5b3d87c498b61a75e95b.tar.gz
pacman-c26039240db12794ad3f5b3d87c498b61a75e95b.tar.xz
Remove mentions of ABS from makepkg
Kill off some of the $ABSROOT stuff that was still hanging around in there. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/makepkg.8.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt
index d341fc9f..8cafae22 100644
--- a/doc/makepkg.8.txt
+++ b/doc/makepkg.8.txt
@@ -41,15 +41,15 @@ Options
*-b, \--builddeps*::
Build missing dependencies from source. When makepkg finds missing
build-time or run-time dependencies, it will look for the dependencies'
- PKGBUILD files under ABSROOT (set in makepkg.conf). If it finds them it
- will call makepkg to build and install the missing dependencies. The
- child calls will be made with the `-b` and `-i` options.
+ PKGBUILD files under `SRCROOT` (set in linkman:makepkg.conf[5]). If it
+ finds them it will call makepkg to build and install the missing
+ dependencies. The child calls will be made with the `-b` and `-i` options.
*-c, \--clean*::
Clean up leftover work files and directories after a successful build.
*-C, \--cleancache*::
- Removes all cached source files from the directory specified in SRCDEST
+ Removes all cached source files from the directory specified in `SRCDEST`
in linkman:makepkg.conf[5].
*-d, \--nodeps*::
@@ -67,7 +67,7 @@ Options
*-f, \--force*::
makepkg will not build a package if a built package already exists in
- the PKGDEST (set in linkman:makepkg.conf[5]) directory, which may
+ the `PKGDEST` (set in linkman:makepkg.conf[5]) directory, which may
default to the current directory. This allows the built package to be
overwritten.