xbps-pkgdb: change symlink checks to warning messages not errors.
This commit is contained in:
parent
5fd7565e6c
commit
111184ea84
@ -146,7 +146,7 @@ check_pkg_symlinks(struct xbps_handle *xhp, const char *pkgname, void *arg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (rv) {
|
if (rv) {
|
||||||
xbps_error_printf("%s: modified symlink %s "
|
xbps_warn_printf("%s: modified symlink %s "
|
||||||
"points to %s (shall be %s)\n",
|
"points to %s (shall be %s)\n",
|
||||||
pkgname, file, lnk, tgt);
|
pkgname, file, lnk, tgt);
|
||||||
broken = true;
|
broken = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user