Added support to pass native machine architecture to pkg scripts (6th arg).
This commit is contained in:
@ -98,7 +98,7 @@ xbps_pkg_exec_buffer(struct xbps_handle *xhp,
|
||||
|
||||
rv = xbps_file_exec(xhp, fpath, action, pkgname, version,
|
||||
update ? "yes" : "no",
|
||||
xhp->conffile, NULL);
|
||||
xhp->conffile, xhp->native_arch, NULL);
|
||||
free(pkgname);
|
||||
|
||||
out:
|
||||
|
Reference in New Issue
Block a user