aboutsummaryrefslogtreecommitdiff
path: root/Ratinox
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2019-02-17 04:51:03 +0000
committerRob Austein <sra@hactrn.net>2019-02-17 04:51:03 +0000
commit0820895f73dfc41f37bb63365290815c861013cf (patch)
tree1b3a2f87f328aadddd20bd6564891476a1ccb73b /Ratinox
parent462f33573500393d29111b78d1aa621f9beb8493 (diff)
Parameterize and clean up, now that basic hack seems to work.
Diffstat (limited to 'Ratinox')
-rwxr-xr-xRatinox2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ratinox b/Ratinox
index 67421e3..33c4de7 100755
--- a/Ratinox
+++ b/Ratinox
@@ -29,7 +29,7 @@ with xvfbwrapper.Xvfb(fbdir = screencap_dir):
snooze()
print("Starting XiLinx installer")
- xsetup = subprocess.Popen(("./xsetup",), cwd = "/Xilinx_ISE_DS_Lin_14.7_1015_1")
+ xsetup = subprocess.Popen(("./xsetup",), cwd = os.getenv("XILINX_PKGDIR"))
snooze()
print("First screen")