summaryrefslogtreecommitdiffstats
path: root/doc/makepkg.8.in
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2005-08-20 00:41:20 +0200
committerJudd Vinet <judd@archlinux.org>2005-08-20 00:41:20 +0200
commit08962d40c076e0343af724db6243c81cff2c7c25 (patch)
tree9d14c997a01ce9f41c0f29b9a4158b71ecf6f0d4 /doc/makepkg.8.in
parentd05f0047a02a2b3b3f1a07c0feb980837a3496a3 (diff)
downloadpacman-08962d40c076e0343af724db6243c81cff2c7c25.tar.gz
pacman-08962d40c076e0343af724db6243c81cff2c7c25.tar.xz
Imported from pacman-2.9.7-TEST.tar.gz
Diffstat (limited to 'doc/makepkg.8.in')
-rw-r--r--doc/makepkg.8.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/makepkg.8.in b/doc/makepkg.8.in
index 569f3596..0de31bf1 100644
--- a/doc/makepkg.8.in
+++ b/doc/makepkg.8.in
@@ -342,6 +342,11 @@ Do not perform any dependency checks. This will let you override/ignore any
dependencies required. There's a good chance this option will break the build
process if all of the dependencies aren't installed.
.TP
+.B "\-e, \-\-noextract"
+Do not extract source files. Instead, use whatever already exists in the
+src/ directory. This is handy if you want to go into src and manually
+patch/tweak code, then make a package out of the result.
+.TP
.B "\-f, \-\-force"
\fBmakepkg\fP will not build a package if a \fIpkgname-pkgver-pkgrel.pkg.tar.gz\fP
file already exists in the build directory. You can override this behaviour with
@@ -384,6 +389,11 @@ or run-time dependencies, it will run pacman to try and resolve them. If succes
pacman will download the missing packages from a package repository and
install them for you.
.TP
+.B "\-S, \-\-sudosync"
+Install missing dependencies using pacman and sudo. This is the same as \fB-s\fP
+except that makepkg will call pacman with sudo. This means you don't have to
+build as root to use dependency auto-resolution.
+.TP
.B "\-w <destdir>"
Write the resulting package file to the directory \fI<destdir>\fP instead of the
current working directory.