From b697b6cb7f28d6b92da959b9a8df4a9d6e037e1c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 3 Mar 2009 16:56:54 +0000 Subject: (install) enable to set 'script_fd' (needed by installer) --- urpm/install.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'urpm/install.pm') diff --git a/urpm/install.pm b/urpm/install.pm index 3d17a0a4..86d789fd 100644 --- a/urpm/install.pm +++ b/urpm/install.pm @@ -171,6 +171,8 @@ sub install { return N("unable to create transaction"); } + $trans->set_script_fd($options{script_fd}) if $options{script_fd}; + my ($update, @errors) = 0; my @produced_deltas; -- cgit v1.2.1