nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1--- a/CMakeLists.txt
2+++ b/CMakeLists.txt
3@@ -201,7 +201,7 @@
4 set(CMAKE_POSITION_INDEPENDENT_CODE ON)
5 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC")
6 add_library(ruri SHARED ${SOURCES})
7- install (TARGETS ruri DESTINATION /usr/lib/)
8+ install (TARGETS ruri)
9 else ()
10 # add the executable
11 set(CMAKE_POSITION_INDEPENDENT_CODE OFF)
12@@ -215,7 +215,7 @@
13 VERBATIM
14 )
15 endif()
16- install (TARGETS ruri DESTINATION /usr/bin/)
17+ install (TARGETS ruri)
18 endif()
19
20 add_custom_target(