xbps-uhelper: make 'register' target to not set automatic-install (i.e manual).

This commit is contained in:
Juan RP 2011-06-24 22:40:00 +02:00
parent 532edaddda
commit cf4b9b5011

View File

@ -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,