Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37554755
en ru br
ALT Linux repos
S:5.4-alt1
5.0: 2.2.7-alt2
4.1: 2.2.4-alt2
4.0: 2.2.0-alt1
3.0: 1.8.11-alt2

Group :: Office
RPM: gnucash

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: gnucash-alt-fix-rpath.patch
Download


diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5e10a09..4933c99 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -576,7 +576,7 @@ if (APPLE AND WITH_GNUCASH)
 endif (APPLE AND WITH_GNUCASH)
 
 if (UNIX)
-  set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_FULL_LIBDIR}:${CMAKE_INSTALL_FULL_LIBDIR}/gnucash")
+  set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_FULL_LIBDIR}/gnucash")
 endif()
 
 set(BUILD_SHARED_LIBS ON)
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin