diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-06-08 14:28:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-06-08 14:28:52 +0000 |
commit | f284619d375b6868428a999e15ef613a8122c67b (patch) | |
tree | 7218912a6aef85e5f5c1b15bfd496a51f92debc8 /perl-install/standalone | |
parent | 803dcb6b1c081044229c57ce8e7dedfcaee9c150 (diff) | |
download | drakx-f284619d375b6868428a999e15ef613a8122c67b.tar drakx-f284619d375b6868428a999e15ef613a8122c67b.tar.gz drakx-f284619d375b6868428a999e15ef613a8122c67b.tar.bz2 drakx-f284619d375b6868428a999e15ef613a8122c67b.tar.xz drakx-f284619d375b6868428a999e15ef613a8122c67b.zip |
switch to xorg
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/XFdrake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index 6aec02673..d0d977628 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -70,7 +70,7 @@ sub check_XFree { } my $f = "/usr/X11R6/lib/X11/rgb.txt"; #- this one is on all platform - -e $f or $in->do_pkgs->install('XFree86', 'XFree86-75dpi-fonts'); + -e $f or $in->do_pkgs->install('xorg-x11', 'xorg-x11-75dpi-fonts'); -e $f or die "install XFree86 first!\n"; system("mount /proc 2>/dev/null"); # ensure /proc is mounted for pci probing |