From d3a03cf27dab20ee49e2d245f6ca43c98c268cf8 Mon Sep 17 00:00:00 2001
From: Rob Austein <sra@hactrn.net>
Date: Thu, 14 Feb 2019 04:05:26 +0000
Subject: Refactor

---
 ratinox | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'ratinox')

diff --git a/ratinox b/ratinox
index 86667a0..33243b4 100755
--- a/ratinox
+++ b/ratinox
@@ -42,12 +42,12 @@ def snooze(how_long = 15):
 
 def installer():
 
-    with Ratinox(fbdir = "/framebuf") as rat:
+    with Ratinox(fbdir = "/cryptech-builder") as rat:
         print("DISPLAY={}".format(os.getenv("DISPLAY")))
 
         snooze()
         print("Starting XiLinx installer")
-        xsetup = subprocess.Popen(("./xsetup",), cwd = "/xilinx-unpack/Xilinx_ISE_DS_Lin_14.7_1015_1")
+        xsetup = subprocess.Popen(("./xsetup",), cwd = "/Xilinx_ISE_DS_Lin_14.7_1015_1")
 
         snooze()
         print("First screen")
@@ -89,7 +89,7 @@ def installer():
 
 def licenser():
 
-    with Ratinox(fbdir = "/framebuf") as rat:
+    with Ratinox(fbdir = "/cryptech-builder") as rat:
         print("DISPLAY={}".format(os.getenv("DISPLAY")))
 
         snooze()
-- 
cgit v1.2.3