summaryrefslogtreecommitdiffstats
path: root/scripts/makepkg.sh.in
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-06-22 18:51:58 +0200
committerDan McGee <dan@archlinux.org>2011-06-22 18:51:58 +0200
commit886a31ef205923fd5b29012ee75932a2e2dec4bd (patch)
tree2646f28eb44a0f8146113072faebb193a6576612 /scripts/makepkg.sh.in
parent85902d98e831d79dfef1bd3cc7099c6dba806e8a (diff)
downloadpacman-886a31ef205923fd5b29012ee75932a2e2dec4bd.tar.gz
pacman-886a31ef205923fd5b29012ee75932a2e2dec4bd.tar.xz
makepkg: fix 'check_sofware' typo
Allan broke it! Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/makepkg.sh.in')
-rw-r--r--scripts/makepkg.sh.in2
1 files changed, 1 insertions, 1 deletions
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