index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-06-22 11:51:58 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-22 11:51:58 -0500 |
commit | 886a31ef205923fd5b29012ee75932a2e2dec4bd (patch) | |
tree | 2646f28eb44a0f8146113072faebb193a6576612 | |
parent | 85902d98e831d79dfef1bd3cc7099c6dba806e8a (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
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 |