[pacman-dev] [PATCH 1/2] Clarify --repackage description
Signed-off-by: Allan McRae <allan@archlinux.org> --- doc/makepkg.8.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/makepkg.8.txt b/doc/makepkg.8.txt index fcafb08..ceb7b91 100644 --- a/doc/makepkg.8.txt +++ b/doc/makepkg.8.txt @@ -129,8 +129,8 @@ Options *-R, \--repackage*:: Repackage contents of the package without rebuilding the package. This - is useful if you forgot a depend or install file in your PKGBUILD and - the build itself will not change. + is useful if you forgot (e.g.) a dependency or install file in your + PKGBUILD and the build itself will not change. *-s, \--syncdeps*:: Install missing dependencies using pacman. When build-time or run-time -- 1.8.4
Signed-off-by: Allan McRae <allan@archlinux.org> --- scripts/makepkg.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 67ec240..666ad59 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -2490,7 +2490,7 @@ usage() { printf -- "$(gettext " -A, --ignorearch Ignore incomplete %s field in %s")\n" "arch" "$BUILDSCRIPT" printf -- "$(gettext " -c, --clean Clean up work files after build")\n" printf -- "$(gettext " -d, --nodeps Skip all dependency checks")\n" - printf -- "$(gettext " -e, --noextract Do not extract source files (use existing %s dir)")\n" "src/" + printf -- "$(gettext " -e, --noextract Do not extract source files (use existing %s dir)")\n" "\$srcdir/" printf -- "$(gettext " -f, --force Overwrite existing package")\n" printf -- "$(gettext " -g, --geninteg Generate integrity checks for source files")\n" printf -- "$(gettext " -h, --help Show this help message and exit")\n" -- 1.8.4
participants (1)
-
Allan McRae