Typo fix.

This commit is contained in:
Manuel Canales Esparcia 2007-04-28 15:49:34 +00:00
parent 93346ee11d
commit 38d2de6098

View file

@ -232,7 +232,7 @@ chapter6_Makefiles() {
# If $pkg_tarball isn't empty, we've got a package...
# Insert instructions for unpacking the package and changing directories
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
CHROOT_wrt_TouchTimestamp
fi