diff options
author | Rob Austein <sra@hactrn.net> | 2019-02-17 04:51:03 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2019-02-17 04:51:03 +0000 |
commit | 0820895f73dfc41f37bb63365290815c861013cf (patch) | |
tree | 1b3a2f87f328aadddd20bd6564891476a1ccb73b /Ratinox | |
parent | 462f33573500393d29111b78d1aa621f9beb8493 (diff) |
Parameterize and clean up, now that basic hack seems to work.
Diffstat (limited to 'Ratinox')
-rwxr-xr-x | Ratinox | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |