Show More
@@ -240,8 +240,7 b' def main() :' | |||
|
240 | 240 | dest = pargs.install_dir |
|
241 | 241 | else: |
|
242 | 242 | profile = pargs.profile |
|
243 |
st |
|
|
244 | dest = os.path.join(static, 'mathjax') | |
|
243 | dest = os.path.join(locate_profile(profile), 'static', 'mathjax') | |
|
245 | 244 | |
|
246 | 245 | if pargs.dest : |
|
247 | 246 | print dest |
General Comments 0
You need to be logged in to leave comments.
Login now