about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--gn/packages/javascript.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/javascript.scm b/gn/packages/javascript.scm
index d55065c..a3f6dd4 100644
--- a/gn/packages/javascript.scm
+++ b/gn/packages/javascript.scm
@@ -611,7 +611,7 @@ tables with minimal effort.  This package comes with Bootstrap5 integration
              ;; copy the minified files
              (let* ((source (getcwd))
                     (out (assoc-ref outputs "out"))
-                    (js (string-append out "/share/javascript/")))
+                    (js (string-append out "/share/genenetwork2/javascript/xterm")))
                (mkdir-p js)
                (for-each
                 (lambda (filename)
@@ -658,7 +658,7 @@ tables with minimal effort.  This package comes with Bootstrap5 integration
          (replace 'install
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))
-                    (js (string-append out "/share/css/")))
+                    (js (string-append out "/share/genenetwork2/javascript/xterm")))
                (mkdir-p js)
                (for-each
                 (lambda (file)