diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-08-06 12:52:27 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-08-06 12:52:27 +0000 |
commit | b6f89cac2475192362cc9325427957b7616d3a95 (patch) | |
tree | 7cba9b642233ccf66dfb2f9a692bb0ef8db5bdc0 | |
parent | 8fedaedfe1f7cec674b0b6fb9d4db8c42f737569 (diff) | |
download | urpmi-b6f89cac2475192362cc9325427957b7616d3a95.tar urpmi-b6f89cac2475192362cc9325427957b7616d3a95.tar.gz urpmi-b6f89cac2475192362cc9325427957b7616d3a95.tar.bz2 urpmi-b6f89cac2475192362cc9325427957b7616d3a95.tar.xz urpmi-b6f89cac2475192362cc9325427957b7616d3a95.zip |
grpmi is in /usr/sbin now
-rwxr-xr-x | urpmi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ while (defined($_ = shift @ARGV)) { /^--X$/ and do { $X = 1; next }; /^--WID=(.*)$/ and do { $WID = $1; next }; /^--WID$/ and do { push @nextargv, \$WID; next }; - /^--best-output$/ and do { $X ||= $ENV{DISPLAY} && -x "/usr/X11R6/bin/grpmi" && system('/usr/X11R6/bin/xtest', '') == 0; + /^--best-output$/ and do { $X ||= $ENV{DISPLAY} && -x "/usr/sbin/grpmi" && system('/usr/X11R6/bin/xtest', '') == 0; next }; /^--comment$/ and do { push @nextargv, undef; next }; /^--root$/ and do { push @nextargv, \$root; next }; |