diff options
author | Chris Lumens <clumens@redhat.com> | 2010-03-04 14:12:12 -0500 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2010-04-06 13:14:53 -0400 |
commit | c99d7db62dcc2f5f0684e9321c0bcd357ec2dfa6 (patch) | |
tree | 5eb801db24122cebff7b60d3a97d21ae5ce03dd4 /anaconda | |
parent | df883346e29bf732f5bebbe71ed4a41d8492df49 (diff) | |
download | anaconda-c99d7db62dcc2f5f0684e9321c0bcd357ec2dfa6.tar.gz anaconda-c99d7db62dcc2f5f0684e9321c0bcd357ec2dfa6.tar.xz anaconda-c99d7db62dcc2f5f0684e9321c0bcd357ec2dfa6.zip |
Adjust paths that reference things that have moved.
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -318,7 +318,7 @@ def runVNC(): child = os.fork() if child == 0: for p in ('/tmp/updates/pyrc.py', \ - '/usr/lib/anaconda-runtime/pyrc.py'): + '/usr/share/anaconda/pyrc.py'): if os.access(p, os.R_OK|os.X_OK): os.environ['PYTHONSTARTUP'] = p break |