diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2003-11-28 09:59:34 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2003-11-28 09:59:34 +0000 |
commit | ddf9229a0fdf2eda2111a52e9a87bb46b01d97e8 (patch) | |
tree | 235827712a6982a1c7ecc1af8b009f395c591fba /move | |
parent | 87f296045ad8a22211465e1eb948cf658828dbdd (diff) | |
download | drakx-ddf9229a0fdf2eda2111a52e9a87bb46b01d97e8.tar drakx-ddf9229a0fdf2eda2111a52e9a87bb46b01d97e8.tar.gz drakx-ddf9229a0fdf2eda2111a52e9a87bb46b01d97e8.tar.bz2 drakx-ddf9229a0fdf2eda2111a52e9a87bb46b01d97e8.tar.xz drakx-ddf9229a0fdf2eda2111a52e9a87bb46b01d97e8.zip |
create .kde/share/config in user's home
Diffstat (limited to 'move')
-rw-r--r-- | move/move.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/move/move.pm b/move/move.pm index 9909e3813..117586f67 100644 --- a/move/move.pm +++ b/move/move.pm @@ -429,6 +429,7 @@ sub install2::configMove { { my $user = $o->{users}[0]{name}; my $confdir = "/home/$user/.kde/share/config"; + mkdir_p($confdir); cp_af("/usr/share/config/kdeglobals", $confdir); lang::configure_kdeglobals($o->{locale}, $confdir); |