From ddaff039eb6eec8a524928625ba179db0edd1fae Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Fri, 27 May 2011 10:03:00 +0000 Subject: Use /root/.MgaOnline for consistency --- mgaonline.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mgaonline.pm b/mgaonline.pm index 8671e84a..f4629a3a 100644 --- a/mgaonline.pm +++ b/mgaonline.pm @@ -162,7 +162,7 @@ sub get_distro_list() { sub clean_confdir() { - my $confdir = '/root/.MdkOnline'; + my $confdir = '/root/.MgaOnline'; system "/bin/rm", "-f", "$confdir/*log.bz2", "$confdir/*log.bz2.uue", "$confdir/*.dif $confdir/rpm_qa_installed_before", "$confdir/rpm_qa_installed_after"; } -- cgit v1.2.1