diff options
Diffstat (limited to 'scripts/makepkg.sh.in')
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
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 |