637ccf5
diff -rupN --no-dereference GeographicLib-1.51/js/CMakeLists.txt GeographicLib-1.51-new/js/CMakeLists.txt
637ccf5
--- GeographicLib-1.51/js/CMakeLists.txt	2020-11-22 15:00:22.000000000 +0100
637ccf5
+++ GeographicLib-1.51-new/js/CMakeLists.txt	2020-11-22 16:20:15.960380426 +0100
0b350af
@@ -122,7 +122,7 @@ file (COPY ${JSSCRIPTS} DESTINATION geog
0b350af
 file (COPY test/geodesictest.js DESTINATION geographiclib/test)
0b350af
 
0b350af
 if (COMMON_INSTALL_PATH)
0b350af
-  set (INSTALL_JS_DIR "lib${LIB_SUFFIX}/node_modules/geographiclib")
0b350af
+  set (INSTALL_JS_DIR "lib/node_modules/geographiclib")
0b350af
 else ()
0b350af
   set (INSTALL_JS_DIR "node_modules/geographiclib")
0b350af
 endif ()