diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2011-05-27 10:03:00 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2011-05-27 10:03:00 +0000 |
commit | ddaff039eb6eec8a524928625ba179db0edd1fae (patch) | |
tree | b0f1bc0f7e7fb523d5a1cc29929769d38d48408b /mgaonline.pm | |
parent | 74999a4672b510c4767e7067280f51155a524856 (diff) | |
download | mgaonline-ddaff039eb6eec8a524928625ba179db0edd1fae.tar mgaonline-ddaff039eb6eec8a524928625ba179db0edd1fae.tar.gz mgaonline-ddaff039eb6eec8a524928625ba179db0edd1fae.tar.bz2 mgaonline-ddaff039eb6eec8a524928625ba179db0edd1fae.tar.xz mgaonline-ddaff039eb6eec8a524928625ba179db0edd1fae.zip |
Use /root/.MgaOnline for consistency
Diffstat (limited to 'mgaonline.pm')
-rw-r--r-- | mgaonline.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } |