From 37242ceb309b05645c89980aa34c19f2251137e3 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Thu, 3 Oct 2013 13:38:40 +1000 Subject: Use $srcdir/ rather than src/ in makepkg help Signed-off-by: Allan McRae --- scripts/makepkg.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/makepkg.sh.in') 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" -- cgit v1.2.3