xbps-bin: fix swapped args in check_pkg_symlinks.
This commit is contained in:
parent
b54eb6920a
commit
a14886ab48
@ -94,9 +94,9 @@ check_pkg_symlinks(const char *pkgname, void *arg, bool *pkgdb_update)
|
|||||||
path = buf;
|
path = buf;
|
||||||
|
|
||||||
if (strcmp(path, tgt)) {
|
if (strcmp(path, tgt)) {
|
||||||
xbps_error_printf("%s: modified symlink `%s', "
|
xbps_error_printf("%s: modified symlink `%s' "
|
||||||
"target: `%s' (shall be: `%s')\n",
|
"points to: `%s' (shall be: `%s')\n",
|
||||||
pkgname, file, tgt, path);
|
pkgname, file, path, tgt);
|
||||||
test_broken = true;
|
test_broken = true;
|
||||||
}
|
}
|
||||||
path = NULL;
|
path = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user