Fix an inaccurate comment in packInstall.sh.porg

This commit is contained in:
Pierre Labastie 2020-12-04 09:30:37 +00:00
parent ea0be93e9e
commit 782a77b2c4

View file

@ -98,8 +98,8 @@ wrapInstall() {
# a bash command is passed as an argument (that may be a compound command). # a bash command is passed as an argument (that may be a compound command).
# It is executed by this function, after various set-ups... # It is executed by this function, after various set-ups...
# Note that PKGDIR is changed to UNPACKDIR # Note that PKGDIR is changed to JH_UNPACKDIR
# and PKG_DEST is changed to PKG_DIR in BLFS tools. # and PKG_DEST is changed to JH_PKG_DIR in BLFS tools.
# The sed for PACKAGE is therefore not needed in BLFS, # The sed for PACKAGE is therefore not needed in BLFS,
# but it does not hurt, either. # but it does not hurt, either.
local PCKGVRS=$(basename $PKGDIR) local PCKGVRS=$(basename $PKGDIR)