summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
Diffstat (limited to 'gurpmi2')
-rwxr-xr-xgurpmi23
1 files changed, 2 insertions, 1 deletions
diff --git a/gurpmi2 b/gurpmi2
index 90be7706..d1edcef3 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -12,6 +12,7 @@ BEGIN { #- set up a safe path and environment
}
use gurpmi;
+use urpm::install;
use Gtk2;
#- GUI globals
@@ -292,7 +293,7 @@ sub do_install_3 () {
}
sync();
};
- my @l = $urpm->install(
+ my @l = urpm::install::install($urpm,
$set->{remove} || [],
\%transaction_sources_install,
\%transaction_sources,