[sagemath] 01/01: Fix again, local path is /three/ not /threejs/
    Ximin Luo 
    infinity0 at debian.org
       
    Tue Jun 13 18:43:03 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository sagemath.
commit 7c98055547975c59fb0159fc1f5a60779d796303
Author: Ximin Luo <infinity0 at debian.org>
Date:   Tue Jun 13 20:42:43 2017 +0200
    Fix again, local path is /three/ not /threejs/
---
 debian/patches/d0-threejs-offline-paths.patch | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/patches/d0-threejs-offline-paths.patch b/debian/patches/d0-threejs-offline-paths.patch
index 19c7569..d2fcde4 100644
--- a/debian/patches/d0-threejs-offline-paths.patch
+++ b/debian/patches/d0-threejs-offline-paths.patch
@@ -6,10 +6,11 @@
          """
 -        from sage.env import SAGE_SHARE
          return """
- <script src="{0}/threejs/three.min.js"></script>
+-<script src="{0}/threejs/three.min.js"></script>
 -<script src="{0}/threejs/OrbitControls.js"></script>
 -        """.format(SAGE_SHARE)
-+<script src="{0}/threejs/examples/js/controls/OrbitControls.js"></script>
++<script src="{0}/three/three.min.js"></script>
++<script src="{0}/three/examples/js/controls/OrbitControls.js"></script>
 +        """.format("file:///usr/share/javascript")
  
  
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sagemath.git
    
    
More information about the debian-science-commits
mailing list