summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2002-08-06 12:52:27 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2002-08-06 12:52:27 +0000
commitb6f89cac2475192362cc9325427957b7616d3a95 (patch)
tree7cba9b642233ccf66dfb2f9a692bb0ef8db5bdc0
parent8fedaedfe1f7cec674b0b6fb9d4db8c42f737569 (diff)
downloadurpmi-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-xurpmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpmi b/urpmi
index 9c5f52ff..685d4f13 100755
--- a/urpmi
+++ b/urpmi
@@ -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 };