diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2003-10-22 09:51:27 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2003-10-22 09:51:27 +0000 |
commit | 19eeb232b0a21ddb64fd6569af34f97680698480 (patch) | |
tree | 7660f8a44b52366c9eff7a8e4c787ea2fd1a38b2 | |
parent | e2732b8627ec6db3227af78ed1b28d78d0c35480 (diff) | |
download | drakx-backup-do-not-use-19eeb232b0a21ddb64fd6569af34f97680698480.tar drakx-backup-do-not-use-19eeb232b0a21ddb64fd6569af34f97680698480.tar.gz drakx-backup-do-not-use-19eeb232b0a21ddb64fd6569af34f97680698480.tar.bz2 drakx-backup-do-not-use-19eeb232b0a21ddb64fd6569af34f97680698480.tar.xz drakx-backup-do-not-use-19eeb232b0a21ddb64fd6569af34f97680698480.zip |
indent fixes :)
-rw-r--r-- | perl-install/install_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index 7bc3e725a..afc2e2e95 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -243,7 +243,7 @@ if ($Driver) { output($file, sprintf(<<'END', $mouse_type, $Driver)); Section "Files" - FontPath "/usr/X11R6/lib/X11/fonts:unscaled" + FontPath "/usr/X11R6/lib/X11/fonts:unscaled" EndSection Section "InputDevice" |