diff options
author | Daouda Lo <daouda@mandriva.com> | 2004-04-13 15:14:24 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2004-04-13 15:14:24 +0000 |
commit | 9e3d6a0f4eb5e91305c70cd3fd6ae6fc02c52d4c (patch) | |
tree | 70efa6f3557af072311aee5b2f0841ede6483025 /mdkonline | |
parent | e8c495d7d2e8134e2bda95f50e18c72cf989fb29 (diff) | |
download | mgaonline-9e3d6a0f4eb5e91305c70cd3fd6ae6fc02c52d4c.tar mgaonline-9e3d6a0f4eb5e91305c70cd3fd6ae6fc02c52d4c.tar.gz mgaonline-9e3d6a0f4eb5e91305c70cd3fd6ae6fc02c52d4c.tar.bz2 mgaonline-9e3d6a0f4eb5e91305c70cd3fd6ae6fc02c52d4c.tar.xz mgaonline-9e3d6a0f4eb5e91305c70cd3fd6ae6fc02c52d4c.zip |
- correct typo
Diffstat (limited to 'mdkonline')
-rwxr-xr-x | mdkonline | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ my $wideconf = '/etc/sysconfig/mdkonline'; my ($o, $p); #for compatibilities -mkdir_p($confdir) if !-d confdir; +mkdir_p($confdir) if !-d $confdir; mvfiles("/root/.mdkupdate", "$confdir/mdkupdate"); #mvfiles("/root/.mdkonline", "$confdir/mdkonline"); |