xbps_configure_pkg: fix path to INSTALL script.

This commit is contained in:
Juan RP 2011-12-15 14:46:59 +01:00
parent 32fdb35c56
commit c60ab726a3

View File

@ -121,7 +121,7 @@ xbps_configure_pkg(const char *pkgname,
xbps_set_cb_state(XBPS_STATE_CONFIGURE, 0, pkgname, lver, NULL);
buf = xbps_xasprintf(".%s/metadata/%s/INSTALL",
buf = xbps_xasprintf("%s/metadata/%s/INSTALL",
XBPS_META_PATH, pkgname);
if (buf == NULL) {
free(pkgver);