summarylogtreecommitdiffstats
path: root/fix-libdir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-libdir.patch')
-rw-r--r--fix-libdir.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/fix-libdir.patch b/fix-libdir.patch
deleted file mode 100644
index 4e4e174d6b44..000000000000
--- a/fix-libdir.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index a2b04482..a0779283 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -136,6 +136,6 @@ message(STATUS "vtk libraries " ${vtk_LIBS})
- # depend on fparser.hh
- ADD_SUBDIRECTORY( src )
-
--INSTALL(DIRECTORY matlab DESTINATION share/CSXCAD)
-+INSTALL(DIRECTORY matlab DESTINATION usr/share/CSXCAD)
-
- #TODO tarball, debug, release, doxygen
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 8903a60f..e13f098f 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -98,8 +98,9 @@ TARGET_LINK_LIBRARIES( CSXCAD
- set_target_properties(CSXCAD PROPERTIES VERSION ${LIB_VERSION_STRING}
- SOVERSION ${LIB_VERSION_MAJOR})
-
--INSTALL(TARGETS CSXCAD DESTINATION lib${LIB_SUFFIX})
-+INSTALL(TARGETS CSXCAD DESTINATION usr/lib${LIB_SUFFIX})
-+
-+INSTALL(FILES ${PUB_HEADERS} DESTINATION usr/include/CSXCAD)
-
--INSTALL(FILES ${PUB_HEADERS} DESTINATION include/CSXCAD)
-
-