xbps-uhelper: make 'register' target to not set automatic-install (i.e manual).
This commit is contained in:
parent
532edaddda
commit
cf4b9b5011
@ -187,6 +187,7 @@ main(int argc, char **argv)
|
||||
if (pkgver == NULL)
|
||||
exit(EXIT_FAILURE);
|
||||
prop_dictionary_set_cstring(dict, "pkgver", pkgver);
|
||||
prop_dictionary_set_bool(dict, "automatic-install", false);
|
||||
free(pkgver);
|
||||
|
||||
rv = xbps_set_pkg_state_installed(argv[1], argv[2], pkgver,
|
||||
|
Loading…
Reference in New Issue
Block a user