Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/subprojects/packagefiles/maxima/infodir.patch
7364 views
1
diff --git a/src/init-cl.lisp b/src/init-cl.lisp
2
index 0e1f18b..125f449 100644
3
--- a/src/init-cl.lisp
4
+++ b/src/init-cl.lisp
5
@@ -134,7 +134,7 @@ When one changes, the other does too."
6
(setq libdir (combine-path maxima-prefix-env "lib"))
7
(setq libexecdir (combine-path maxima-prefix-env "libexec"))
8
(setq datadir (combine-path maxima-prefix-env "share"))
9
- (setq infodir (combine-path maxima-prefix-env #+(or cygwin windows win32 win64) "share" "info")))
10
+ (setq infodir (combine-path maxima-prefix-env "share" "info")))
11
(progn
12
(setq libdir (maxima-parse-dirstring *autoconf-libdir*))
13
(setq libexecdir (maxima-parse-dirstring *autoconf-libexecdir*))
14
15