summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEric Bélanger <snowmaniscool@gmail.com>2013-04-29 04:42:22 +0200
committerAllan McRae <allan@archlinux.org>2013-04-30 13:04:21 +0200
commit9de33488bffffd4bb273f73f98a0ced40ba06f29 (patch)
tree96959a555ed012e1d3259b1cb2cc6efd6e371e93 /doc
parentb8c84479712f021735466d9882bf8ebbf1c558e4 (diff)
downloadpacman-9de33488bffffd4bb273f73f98a0ced40ba06f29.tar.gz
pacman-9de33488bffffd4bb273f73f98a0ced40ba06f29.tar.xz
Add --noprepare option to makepkg
This new option disables the prepare function. Useful in combination with -o to get an unpatched copy of the sources for testing purpose. Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/makepkg.8.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt
index ecee63a1..82ef88b8 100644
--- a/doc/makepkg.8.txt
+++ b/doc/makepkg.8.txt
@@ -162,6 +162,9 @@ Options
*\--nocheck*::
Do not run the check() function in the PKGBUILD or handle the checkdepends.
+*\--noprepare*::
+ Do not run the prepare() function in the PKGBUILD.
+
*\--sign*::
Sign the resulting package with gpg, overriding the setting in
linkman:makepkg.conf[5].