xbps-src: fix remove_pkg(), it's msg_warn().
This commit is contained in:
parent
0f2ac855c0
commit
8b6343a59a
2 changed files with 10 additions and 1 deletions
|
@ -217,7 +217,7 @@ remove_pkg()
|
|||
|
||||
ver=$($XBPS_PKGDB_CMD version $pkgname)
|
||||
if [ -z "$ver" ]; then
|
||||
msg_warning "$pkgname is not installed.\n"
|
||||
msg_warn "$pkgname is not installed.\n"
|
||||
fi
|
||||
|
||||
. $XBPS_SHUTILSDIR/stow_funcs.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue