diff options
author | Mike Fulbright <msf@redhat.com> | 2003-08-12 20:38:11 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2003-08-12 20:38:11 +0000 |
commit | 9f847ea19a89b738ed8cb43d6202fbab52f1bc7b (patch) | |
tree | 2183f56c9b7c4afc1218bde38aa2406dba2a67d4 /command-stubs | |
parent | e246e4c7efdb851561f4e49217c51888d9e5894d (diff) | |
download | anaconda-9f847ea19a89b738ed8cb43d6202fbab52f1bc7b.tar.gz anaconda-9f847ea19a89b738ed8cb43d6202fbab52f1bc7b.tar.xz anaconda-9f847ea19a89b738ed8cb43d6202fbab52f1bc7b.zip |
xterm moved to /usr/bin for some reason
Diffstat (limited to 'command-stubs')
-rwxr-xr-x | command-stubs/rescue-startx-stub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command-stubs/rescue-startx-stub b/command-stubs/rescue-startx-stub index 808bce166..0403ba14b 100755 --- a/command-stubs/rescue-startx-stub +++ b/command-stubs/rescue-startx-stub @@ -9,7 +9,7 @@ import rhpl.xserver as xserver import rhpl.keyboard as keyboard # see if its even possible -if not os.access("/mnt/sysimage/usr/X11R6/bin/xterm", os.X_OK) or not os.access("/mnt/sysimage/usr/X11R6/bin/twm", os.X_OK): +if not os.access("/mnt/sysimage/usr/bin/xterm", os.X_OK) or not os.access("/mnt/sysimage/usr/X11R6/bin/twm", os.X_OK): print "Must have mounted an existing installation in rescue mode to work." sys.exit(0) |