Fixed deleting packages with signing

pull/41/head
parent 1ff0f3c7e9
commit 5e35a5d82f

@ -1014,7 +1014,7 @@ void on_remove_accept(GtkWidget *self, dictionary *dict){
if (yon_char_is_empty(sign)){
command = yon_delete_packages_command(storage_path,arch,repo,yon_char_parsed_to_string(packages,size," "));
} else {
command = yon_delete_packages_sign_command(storage_path,arch,repo,yon_char_parsed_to_string(packages,size," "),sign);
command = yon_delete_packages_sign_command(storage_path,arch,repo,sign,yon_char_parsed_to_string(packages,size," "));
}
yon_debug_output("%s\n",command);
if (!system(command)){

Loading…
Cancel
Save