summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2010-03-04 14:12:12 -0500
committerChris Lumens <clumens@redhat.com>2010-04-06 13:14:53 -0400
commitc99d7db62dcc2f5f0684e9321c0bcd357ec2dfa6 (patch)
tree5eb801db24122cebff7b60d3a97d21ae5ce03dd4 /anaconda
parentdf883346e29bf732f5bebbe71ed4a41d8492df49 (diff)
downloadanaconda-c99d7db62dcc2f5f0684e9321c0bcd357ec2dfa6.tar.gz
anaconda-c99d7db62dcc2f5f0684e9321c0bcd357ec2dfa6.tar.xz
anaconda-c99d7db62dcc2f5f0684e9321c0bcd357ec2dfa6.zip
Adjust paths that reference things that have moved.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 3ca87dfb4..5b2aca17d 100755
--- a/anaconda
+++ b/anaconda
@@ -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