From 08169b77487c8d05ed9778b12133225b5947c632 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Sat, 4 Dec 2010 02:50:10 -0600 Subject: [PATCH] s/git/git-core/ thanks Beirdo --- deb/build-debs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deb/build-debs.sh b/deb/build-debs.sh index b9c7d3c0..817fef5a 100755 --- a/deb/build-debs.sh +++ b/deb/build-debs.sh @@ -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