Changes between Version 4 and Version 5 of Ticket #26152
- Timestamp:
- Aug 28, 2018, 3:10:18 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26152 – Description
v4 v5 3 3 This is creating trouble for the Sage documentation (see also #25111). 4 4 5 The bug that the symlink is created was supposed to be fixed in #24646, but that fix didn't work. Also, the symlink should be removed if it already exists. 5 The bug that the symlink is created was supposed to be fixed in #24646, but that fix didn't work. The problem can be reproduced by running 6 {{{ 7 (cd local/var/lib/sage/installed; rm mathjax* sagenb*); make sagenb 8 }}} 9 Also, the symlink should be removed if it already exists.