Fix an inaccurate comment in packInstall.sh.porg
This commit is contained in:
parent
ea0be93e9e
commit
782a77b2c4
1 changed files with 2 additions and 2 deletions
|
@ -98,8 +98,8 @@ wrapInstall() {
|
|||
# a bash command is passed as an argument (that may be a compound command).
|
||||
# It is executed by this function, after various set-ups...
|
||||
|
||||
# Note that PKGDIR is changed to UNPACKDIR
|
||||
# and PKG_DEST is changed to PKG_DIR in BLFS tools.
|
||||
# Note that PKGDIR is changed to JH_UNPACKDIR
|
||||
# and PKG_DEST is changed to JH_PKG_DIR in BLFS tools.
|
||||
# The sed for PACKAGE is therefore not needed in BLFS,
|
||||
# but it does not hurt, either.
|
||||
local PCKGVRS=$(basename $PKGDIR)
|
||||
|
|
Reference in a new issue