From 0f88f5713171dac3a88c72b7c9e543948a78afd6 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 8 Sep 2003 14:35:31 +0000 Subject: Xdrakres is "XFdrake resolution" not simply "XFdrake" --- perl-install/standalone/XFdrake | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/standalone/XFdrake b/perl-install/standalone/XFdrake index 3a9ce24dd..76dce8ae6 100755 --- a/perl-install/standalone/XFdrake +++ b/perl-install/standalone/XFdrake @@ -33,6 +33,7 @@ use c; local $_ = join '', @ARGV; my ($configure_this) = grep { !/^-/ } @ARGV; +$configure_this = 'resolution' if $0 =~ /Xdrakres/; $configure_this ||= 'everything'; { -- cgit v1.2.1