summaryrefslogtreecommitdiff
path: root/sci-libs/plplot/files/plplot-5.12.0-java-install-path.patch
blob: 2c053a2b16698fcc4f26854ee75e46a53f7fa932 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Java libs are installed into an already prefixed path.

--- a/bindings/java/CMakeLists.txt
+++ b/bindings/java/CMakeLists.txt
@@ -189,7 +189,7 @@
       )
   endif(APPLE)
 
-  install(TARGETS plplotjavac_wrap LIBRARY DESTINATION ${JAVAWRAPPER_HARDDIR})
+  install(TARGETS plplotjavac_wrap LIBRARY DESTINATION ${JAVAWRAPPER_DIR})
 
   set(JAVA_CLASSES)
   foreach( srcfile ${JAVA_FILES_FULL} )