[Swift-commit] r7877 - SwiftApps/swift-galaxy
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Sun May 18 16:41:00 CDT 2014
Author: ketan
Date: 2014-05-18 16:41:00 -0500 (Sun, 18 May 2014)
New Revision: 7877
Modified:
SwiftApps/swift-galaxy/setup.py
Log:
fix symlink
Modified: SwiftApps/swift-galaxy/setup.py
===================================================================
--- SwiftApps/swift-galaxy/setup.py 2014-05-18 19:43:51 UTC (rev 7876)
+++ SwiftApps/swift-galaxy/setup.py 2014-05-18 21:41:00 UTC (rev 7877)
@@ -14,7 +14,7 @@
galaxyloc=sys.argv[1]
#step 1. Create symlink to the swift directory from the tools directory of galaxyloc if not already present
-os.symlink (os.getcwd()+"/screenshots", galaxyloc+"/tools/screenshots");
+os.symlink (os.getcwd()+"/swift", galaxyloc+"/tools/swift");
#step 2. update the tool_conf.xml
More information about the Swift-commit
mailing list