diff options
author | Allan McRae <allan@archlinux.org> | 2015-12-14 23:53:53 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-12-15 20:28:48 +1000 |
commit | 8454daa7feef14b660561f2434448d0b4ac0576d (patch) | |
tree | 79a1aea0abf4510e8f9940cebeec7cc6c0b6df92 /doc/makepkg.8.txt | |
parent | 686fae6d74c79310b5a8da04414a07ed9da299e1 (diff) | |
download | pacman-8454daa7feef14b660561f2434448d0b4ac0576d.tar.xz |
makepkg: run pkgver() and prepare() with --noextract
Modifications made to the source before running with --noextract may alter
the version string returned by pkgver(). Always run this function if present
and check build status before proceeding. Fixes FS#46800.
Also run prepare() when --noextract is used (unless --noprepare is specified).
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc/makepkg.8.txt')
-rw-r--r-- | doc/makepkg.8.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index 2dff1b19..6f3f6b02 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -55,11 +55,11 @@ Options installed. *-e, \--noextract*:: - Do not extract source files or run the prepare() function (if present); - use whatever source already exists in the $srcdir/ directory. This is - handy if you want to go into $srcdir/ and manually patch or tweak code, - then make a package out of the result. Keep in mind that creating a - patch may be a better solution to allow others to use your PKGBUILD. + Do not extract source files; use whatever source already exists in the + $srcdir/ directory. This is handy if you want to go into $srcdir/ and + manually patch or tweak code, then make a package out of the result. + Keep in mind that creating a patch may be a better solution to allow + others to use your PKGBUILD. *\--verifysource*:: For each source file in the source array of PKGBUILD, download the file |