Ignore:
Timestamp:
08/28/2006 07:16:58 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
c03e5d0
Parents:
e0a6b8a
Message:

Added blfs-tool dependencies to pkgs_tarball_list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    re0a6b8a rf67691e  
    611611      ;;
    612612  esac
     613
     614  if [[ "${BLFS_TOOL}" = "y" ]] ; then
     615(
     616cat << EOF
     617libxml2-2.6.26.tar.gz
     618libxslt-1.1.17.tar.gz
     619docbook-xsl-1.69.1.tar.bz2
     620links-2.1pre21.tar.bz2
     621sudo-1.6.8p12.tar.gz
     622wget-1.10.2.tar.gz
     623subversion-1.3.1.tar.bz2
     624gpm-1.20.1.tar.bz2
     625EOF
     626) >> pkg_tarball_list
     627  fi
     628
    613629  echo " ...OK"
    614630
Note: See TracChangeset for help on using the changeset viewer.