diff options
author | Allan McRae <allan@archlinux.org> | 2010-12-16 00:42:23 +1000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-12-20 18:03:01 -0600 |
commit | 5776090055642bc7651a07cd9d31cf056d0531dc (patch) | |
tree | 566f054fe3d6a6716607effe6db4f65c9d3a6cc2 /scripts/makepkg.sh.in | |
parent | 8ac7f7e6e557fe32dc36fce173db000b83611559 (diff) | |
download | pacman-5776090055642bc7651a07cd9d31cf056d0531dc.tar.xz |
makepkg: remove last inappropriate PKGBUILD usage
We should always use $BUILDSCRIPT instead of PKGBUILD. The only
remaining uses of PKGBUILD in makekg are in comments.
Signed-off-by: Allan McRae <allan@archlinux.org>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/makepkg.sh.in')
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index ac10ad3a..1996dd46 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1546,7 +1546,7 @@ usage() { echo "$(gettext " --allsource Generate a source-only tarball including downloaded sources")" echo "$(gettext " --asroot Allow makepkg to run as root user")" printf "$(gettext " --config <file> Use an alternate config file (instead of '%s')")\n" "$confdir/makepkg.conf" - echo "$(gettext " --holdver Prevent automatic version bumping for development PKGBUILDs")" + printf "$(gettext " --holdver Prevent automatic version bumping for development %ss")\n" "$BUILDSCRIPT" echo "$(gettext " --pkg <list> Only build listed packages from a split package")" echo "$(gettext " --skipinteg Do not fail when integrity checks are missing")" echo "$(gettext " --source Generate a source-only tarball without downloaded sources")" |