Typo fix.
This commit is contained in:
parent
93346ee11d
commit
38d2de6098
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ chapter6_Makefiles() {
|
||||||
# If $pkg_tarball isn't empty, we've got a package...
|
# If $pkg_tarball isn't empty, we've got a package...
|
||||||
# Insert instructions for unpacking the package and changing directories
|
# Insert instructions for unpacking the package and changing directories
|
||||||
if [ "$pkg_tarball" != "" ] ; then
|
if [ "$pkg_tarball" != "" ] ; then
|
||||||
# Touch timestamp file if inelalled files logs will be created.
|
# Touch timestamp file if installed files logs will be created.
|
||||||
if [ "${INSTALL_LOG}" = "y" ] ; then
|
if [ "${INSTALL_LOG}" = "y" ] ; then
|
||||||
CHROOT_wrt_TouchTimestamp
|
CHROOT_wrt_TouchTimestamp
|
||||||
fi
|
fi
|
||||||
|
|
Reference in a new issue