summaryrefslogtreecommitdiffstats
path: root/mdkupdate
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2006-02-23 19:54:05 +0000
committerDaouda Lo <daouda@mandriva.com>2006-02-23 19:54:05 +0000
commit70927b8a2218119a206696c75ede269b9934f310 (patch)
tree70f68f1b8eb13f91a6a3c656d567f3b45e7df36c /mdkupdate
parent53994d9f2b5abf54c139e709adfade7a3968ae49 (diff)
downloadmgaonline-70927b8a2218119a206696c75ede269b9934f310.tar
mgaonline-70927b8a2218119a206696c75ede269b9934f310.tar.gz
mgaonline-70927b8a2218119a206696c75ede269b9934f310.tar.bz2
mgaonline-70927b8a2218119a206696c75ede269b9934f310.tar.xz
mgaonline-70927b8a2218119a206696c75ede269b9934f310.zip
- checking the correct way to do things
Diffstat (limited to 'mdkupdate')
-rwxr-xr-xmdkupdate1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdkupdate b/mdkupdate
index 9ecd3216..5dc5778a 100755
--- a/mdkupdate
+++ b/mdkupdate
@@ -140,7 +140,6 @@ if (!$bundle) {
$res eq 'OK' and $bundle_info = mdkonline::soap_query_bundle($wc, $bundle_vars{BUNDLE});
print Dumper($bundle_info);
if ($bundle_info->{status}) {
- my $int = interactive->vnew;
my ($media, $mirror) = ($bundle_info->{data}->{media_name}, $bundle_info->{data}->{mirror});
add_media($media, $mirror, 'hdlist.cz');
install_pkgs($int, $bundle_info->{data}->{bundle}, $media);