From 886a31ef205923fd5b29012ee75932a2e2dec4bd Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 22 Jun 2011 11:51:58 -0500 Subject: makepkg: fix 'check_sofware' typo Allan broke it! Signed-off-by: Dan McGee --- scripts/makepkg.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/makepkg.sh.in') diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 4f995439..239bb642 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -1954,7 +1954,7 @@ fi check_sanity || exit 1 # check we have the software required to process the PKGBUILD -check_sofware || exit 1 +check_software || exit 1 # We need to run devel_update regardless of whether we are in the fakeroot # build process so that if the user runs makepkg --forcever manually, we -- cgit v1.2.3-24-g4f1b