From 6fac0168a5bbd5e7ce736c3949aefe14dc75cc1c Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 15 Oct 2003 12:39:08 +0000 Subject: misc pixel fix --- move/move.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/move/move.pm b/move/move.pm index 78be2ee53..59a7d7e32 100644 --- a/move/move.pm +++ b/move/move.pm @@ -26,8 +26,8 @@ sub init { DIR_COLORS bashrc profile profile.d rc.d init.d devfsd.conf devfs gtk-2.0 pango fonts modules.devfs dynamic gnome-vfs-2.0 gnome-vfs-mime-magic gtk gconf menu menu-methods nsswitch.conf default login.defs skel ld.so.cache); - symlinkf "/image/etc/X11/$_", "/etc/X11/$_" foreach qw(encodings.dir app-defaults applnk fs lbxproxy proxymngr rstart wmsession.d xinit.d xinit xkb xserver xsm); - + symlinkf "/image/etc/X11/$_", "/etc/X11/$_" + foreach qw(encodings.dir app-defaults applnk fs lbxproxy proxymngr rstart wmsession.d xinit.d xinit xkb xserver xsm); #- free up stage1 memory fs::umount($_) foreach qw(/stage1/proc /stage1); -- cgit v1.2.1