src/main.c
changeset 376 d15a16347c77
parent 373 fda83d91e600
child 377 5549419824b4
     1.1 --- a/src/main.c	Fri Jul 03 19:06:29 2009 +0100
     1.2 +++ b/src/main.c	Tue Jul 07 22:50:22 2009 +0100
     1.3 @@ -907,7 +907,7 @@
     1.4  	if (relocations)
     1.5  		razor_rpm_set_relocations(rpm, relocations);
     1.6  	razor_transaction_fixup_package(trans, package, rpm);
     1.7 -	retval = razor_rpm_install(rpm, install_root);
     1.8 +	retval = razor_rpm_install(rpm, install_root, 1);
     1.9  	if (retval < 0)
    1.10  		fprintf(stderr, "failed to install rpm %s\n", file);
    1.11  	razor_rpm_close(rpm);
    1.12 @@ -932,7 +932,7 @@
    1.13  						 relocations);
    1.14  		else if (action == RAZOR_INSTALL_ACTION_REMOVE)
    1.15  			retval = razor_package_remove(set, package,
    1.16 -						      install_root);
    1.17 +						      install_root, 0);
    1.18  	}
    1.19  	razor_install_iterator_destroy(ii);
    1.20