diff options
author | Francois Pons <fpons@mandriva.com> | 2000-08-01 15:56:09 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-08-01 15:56:09 +0000 |
commit | 75e392183f7adc3da92d1a80f93cb03c1bf78995 (patch) | |
tree | dd97516bb97db09b6d8bc6303ea2f5dae5910457 /perl-install/standalone | |
parent | 210f258baeeb2e685b9495e8a9940b3f6b699002 (diff) | |
download | drakx-75e392183f7adc3da92d1a80f93cb03c1bf78995.tar drakx-75e392183f7adc3da92d1a80f93cb03c1bf78995.tar.gz drakx-75e392183f7adc3da92d1a80f93cb03c1bf78995.tar.bz2 drakx-75e392183f7adc3da92d1a80f93cb03c1bf78995.tar.xz drakx-75e392183f7adc3da92d1a80f93cb03c1bf78995.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/XFdrake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index 1f3249efd..588925be6 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -26,9 +26,9 @@ use c; local $_ = join '', @ARGV; -/-h/ and die "usage: XFdrake [--xf4] [--beginner] [--expert] [--auto] [--noauto] [--skiptest] [--testing]\n"; +/-h/ and die "usage: XFdrake [--xf3] [--beginner] [--expert] [--auto] [--noauto] [--skiptest] [--testing]\n"; -$::xf4 = /-xf4/; +$::force_xf3 = /-xf3/; $::beginner = /-beginner/; $::expert = /-expert/; $::auto = /-auto/; |