mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
1373792b5a
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
11 lines
366 B
Diff
11 lines
366 B
Diff
--- lib/CMakeLists.txt.orig 2015-08-23 12:43:09.134322236 +0200
|
|
+++ lib/CMakeLists.txt 2015-08-23 12:43:25.959452818 +0200
|
|
@@ -240,7 +240,7 @@
|
|
set(LIBFACTER_INSTALL_DESTINATION bin)
|
|
else()
|
|
# TODO: lib64 for certain operating systems?
|
|
- set(LIBFACTER_INSTALL_DESTINATION lib)
|
|
+ set(LIBFACTER_INSTALL_DESTINATION lib64)
|
|
endif()
|
|
|
|
if (JRUBY_SUPPORT)
|