From 1366f5597fe205e0a90e02eba76f59a365fec892 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Thu, 8 Feb 2001 15:22:36 +0000 Subject: fix the previous changelog wich was wrong (bad spelling), added a char in comment to allow a new release (thanks to pixel :-) make sure SHARE_PATH is set. --- perl-install/standalone/XFdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/XFdrake') diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index 2e3561be0..0e8ee5f91 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -51,7 +51,7 @@ standalone::pkgs_install('XFree86', 'XFree86-75dpi-fonts') if (! -e $f); `pidof xfs` > 0 or system("/etc/rc.d/init.d/xfs start"); system("mount /proc 2>/dev/null"); # ensure /proc is mounted for pci probing -$ENV{SHARE_PATH} ||= "/usr/share"; # make sure SHARE_PATH is ok... +$ENV{SHARE_PATH} ||= "/usr/share"; # make sure SHARE_PATH is ok.... Xconfig::getinfoFromXF86Config($i) if $0 =~ Xdrakres; Xconfig::getinfo($i); -- cgit v1.2.1