factor.sh: Install git instead of git-core for linux-deps.X

db4
Doug Coleman 2012-02-07 12:57:52 -08:00
parent a813b0436d
commit f9dcb4e82d
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ make_boot_image() {
}
install_deps_linux() {
sudo apt-get --yes install libc6-dev libpango1.0-dev libx11-dev xorg-dev libgtk2.0-dev gtk2-engines-pixbuf libgtkglext1-dev wget git-core git-doc rlwrap gcc make
sudo apt-get --yes install libc6-dev libpango1.0-dev libx11-dev xorg-dev libgtk2.0-dev gtk2-engines-pixbuf libgtkglext1-dev wget git git-doc rlwrap gcc make
check_ret sudo
}