summaryrefslogtreecommitdiff
path: root/doc/makepkg.8.txt
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2009-10-11 21:50:45 +1000
committerDan McGee <dan@archlinux.org>2010-05-05 19:31:58 -0500
commit2ce444ee1099d837d4a1a2978edfdfc9d5fe9d96 (patch)
tree298f5a6f877871fb1099cc6e0d6144a2bab6e9c6 /doc/makepkg.8.txt
parent79987c92cb07c67914adf1febcc5ebdecf2a09b7 (diff)
makepkg: rework --skipinteg
The current --skipinteg is a bit weird. It does not skip integrity checks, but instead does them and prints a warning. Change this behaviour to actually skipping the checks. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/makepkg.8.txt')
-rw-r--r--doc/makepkg.8.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt
index 1c70a35d..a2fdb3f3 100644
--- a/doc/makepkg.8.txt
+++ b/doc/makepkg.8.txt
@@ -88,8 +88,7 @@ Options
using "`makepkg -g >> PKGBUILD`".
*--skipinteg*::
- Do not fail when the PKGBUILD does not contain any integrity checks, just
- print a warning instead.
+ Do not perform any integrity checks, just print a warning instead.
*-h, \--help*::
Output syntax and command line options.