summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2013-10-03 05:38:40 +0200
committerAllan McRae <allan@archlinux.org>2013-10-14 04:59:49 +0200
commit37242ceb309b05645c89980aa34c19f2251137e3 (patch)
treec68522d7e0f4807272136e9f4e4b02e4c1c935b0 /scripts
parent80ee9994f0c9e8a2980924fbedf368f78939602e (diff)
downloadpacman-37242ceb309b05645c89980aa34c19f2251137e3.tar.gz
pacman-37242ceb309b05645c89980aa34c19f2251137e3.tar.xz
Use $srcdir/ rather than src/ in makepkg help
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/makepkg.sh.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
index 67ec240a..666ad596 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"