mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
makepkg: fix 'check_sofware' typo
Allan broke it! Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
85902d98e8
commit
886a31ef20
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user