xbps_unpack_binary_pkg: fix wrong path to metadata files!
This commit is contained in:
parent
0452c7c9dd
commit
6a91c2894e
@ -127,7 +127,7 @@ remove_metafile(const char *file, const char *pkgname, const char *version)
|
|||||||
char *buf;
|
char *buf;
|
||||||
|
|
||||||
buf = xbps_xasprintf(".%s/metadata/%s/%s",
|
buf = xbps_xasprintf(".%s/metadata/%s/%s",
|
||||||
XBPS_META_PATH, file, pkgname);
|
XBPS_META_PATH, pkgname, file);
|
||||||
if (buf == NULL)
|
if (buf == NULL)
|
||||||
return ENOMEM;
|
return ENOMEM;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user