mirror of
https://github.com/bpkg/bpkg
synced 2024-11-08 01:10:36 +00:00
install: fix "missing" typo
This commit is contained in:
parent
91b0c096fa
commit
ac4be078ea
@ -220,7 +220,7 @@ bpkg_install () {
|
||||
fi
|
||||
|
||||
if [ -z "${build}" ]; then
|
||||
warn "Mssing build script"
|
||||
warn "Missing build script"
|
||||
warn "Trying \`make install'..."
|
||||
build="make install"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user