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>
This commit is contained in:
parent
8ac7f7e6e5
commit
5776090055
1 changed files with 1 additions and 1 deletions
|
@ -1546,7 +1546,7 @@ usage() {
|
||||||
echo "$(gettext " --allsource Generate a source-only tarball including downloaded sources")"
|
echo "$(gettext " --allsource Generate a source-only tarball including downloaded sources")"
|
||||||
echo "$(gettext " --asroot Allow makepkg to run as root user")"
|
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"
|
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 " --pkg <list> Only build listed packages from a split package")"
|
||||||
echo "$(gettext " --skipinteg Do not fail when integrity checks are missing")"
|
echo "$(gettext " --skipinteg Do not fail when integrity checks are missing")"
|
||||||
echo "$(gettext " --source Generate a source-only tarball without downloaded sources")"
|
echo "$(gettext " --source Generate a source-only tarball without downloaded sources")"
|
||||||
|
|
Loading…
Add table
Reference in a new issue