Skip to content

Commit

Permalink
s/git/git-core/ thanks Beirdo
Browse files Browse the repository at this point in the history
  • Loading branch information
superm1 committed Dec 4, 2010
1 parent 0b58f57 commit 08169b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deb/build-debs.sh
Expand Up @@ -56,8 +56,8 @@ fi

#for checking out git
if ! which git 1>/dev/null; then
echo "Missing git, marking for installation"
sudo apt-get install git || die "Error installing git"
echo "Missing git-core, marking for installation"
sudo apt-get install git-core || die "Error installing git-core"
fi

#make sure we have debuild no matter what
Expand Down

0 comments on commit 08169b7

Please sign in to comment.