xbps_prepare_pkg(): fix <origin> obj location.
--HG-- extra : convert_revision : 0502559180e0aa2105fcde3e06ca73714725c31e
This commit is contained in:
@@ -319,7 +319,7 @@ xbps_prepare_pkg(const char *pkgname)
|
|||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
prop_dictionary_set_cstring(pkgrd, "repository", repoloc);
|
prop_dictionary_set_cstring(pkgrd, "repository", repoloc);
|
||||||
prop_dictionary_set_cstring(pkgrd, "origin", pkgname);
|
prop_dictionary_set_cstring(pkg_props, "origin", pkgname);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Check if this package needs dependencies.
|
* Check if this package needs dependencies.
|
||||||
|
|||||||
Reference in New Issue
Block a user