summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-09 17:20:20 +0000
committerMatt Wilson <msw@redhat.com>2000-05-09 17:20:20 +0000
commit78b963e8a762936644dd62f88a1753d1dcb931b8 (patch)
tree952e62f899d3b7985597bed0c4df4c1f5a0c6f8b /anaconda
parenta08252b5802a37f746cafe85d30334da4bbbd1ca (diff)
downloadanaconda-78b963e8a762936644dd62f88a1753d1dcb931b8.tar.gz
anaconda-78b963e8a762936644dd62f88a1753d1dcb931b8.tar.xz
anaconda-78b963e8a762936644dd62f88a1753d1dcb931b8.zip
we don't have a rpmmodule directory anymore...
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 2330dd4d1..2d35c8222 100755
--- a/anaconda
+++ b/anaconda
@@ -4,7 +4,7 @@ import sys, os, signal
signal.signal(signal.SIGINT, signal.SIG_DFL)
# For anaconda in test mode
-if (os.path.exists('rpmmodule')):
+if (os.path.exists('isys')):
sys.path.append('libfdisk')
sys.path.append('balkan')
sys.path.append('gnome-map')