Blob Blame History Raw
diff -rupN GeographicLib-1.48/js/CMakeLists.txt GeographicLib-1.48-new/js/CMakeLists.txt
--- GeographicLib-1.48/js/CMakeLists.txt	2017-04-09 14:48:27.000000000 +0200
+++ GeographicLib-1.48-new/js/CMakeLists.txt	2017-06-05 15:57:33.604684493 +0200
@@ -122,7 +122,7 @@ file (COPY ${JSSCRIPTS} DESTINATION geog
 file (COPY test/geodesictest.js DESTINATION geographiclib/test)
 
 if (COMMON_INSTALL_PATH)
-  set (INSTALL_JS_DIR "lib${LIB_SUFFIX}/node_modules/geographiclib")
+  set (INSTALL_JS_DIR "lib/node_modules/geographiclib")
 else ()
   set (INSTALL_JS_DIR "node_modules/geographiclib")
 endif ()