Added blfs-tool dependencies to pkgs_tarball_list.

This commit is contained in:
Manuel Canales Esparcia 2006-08-28 19:16:58 +00:00
parent e0a6b8a539
commit f67691eaeb

View file

@ -610,6 +610,22 @@ create_package_list() { #
$BOOK/chapter03/chapter03.xml >>$LOGDIR/$LOG 2>&1
;;
esac
if [[ "${BLFS_TOOL}" = "y" ]] ; then
(
cat << EOF
libxml2-2.6.26.tar.gz
libxslt-1.1.17.tar.gz
docbook-xsl-1.69.1.tar.bz2
links-2.1pre21.tar.bz2
sudo-1.6.8p12.tar.gz
wget-1.10.2.tar.gz
subversion-1.3.1.tar.bz2
gpm-1.20.1.tar.bz2
EOF
) >> pkg_tarball_list
fi
echo " ...OK"
}