From 8d96a4a5f72671b54030f82c13aa4e88623e8b09 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 2 Mar 2004 10:32:10 +0000 Subject: fix potential error --- perl-install/install_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_gtk.pm') diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index 3e5b65395..3e300d62b 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -250,7 +250,7 @@ sub createXconf { #- needed for imlib to start on 8-bit depth visual. symlink("/tmp/stage2/etc/imrc", "/etc/imrc"); - symlink("/tmp/stage2/etc/im_palette.pal", "etc/im_palette.pal"); + symlink("/tmp/stage2/etc/im_palette.pal", "/etc/im_palette.pal"); #- remove "error opening security policy file" warning symlink("/tmp/stage2/etc/X11", "/etc/X11"); -- cgit v1.2.1