diff options
Diffstat (limited to 'tools/XFdrake')
-rwxr-xr-x | tools/XFdrake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/XFdrake b/tools/XFdrake index e9e2b61..9805ecd 100755 --- a/tools/XFdrake +++ b/tools/XFdrake @@ -79,8 +79,8 @@ sub check_XFree { my ($in) = @_; #- set the standard configuration - foreach ('XF86Config', 'XF86Config-4') { - my $f = "/etc/X11/$_"; + { + my $f = "/etc/X11/xorg.conf"; symlinkf("$_.standard", $f) if -l $f && -e "$f.standard"; } |