[alglib] 01/02: Fix path in a previous commit.

Anton Gladky gladk at moszumanska.debian.org
Thu Apr 16 17:53:49 UTC 2015


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch experimental
in repository alglib.

commit d6e96aa6d67d6790e32241c86b2e16f81e03d65f
Author: Anton Gladky <gladk at debian.org>
Date:   Thu Apr 16 19:52:24 2015 +0200

    Fix path in a previous commit.
---
 debian/patches/01_add_cmake.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/01_add_cmake.patch b/debian/patches/01_add_cmake.patch
index f7a07ce..9f8f6b2 100644
--- a/debian/patches/01_add_cmake.patch
+++ b/debian/patches/01_add_cmake.patch
@@ -21,8 +21,8 @@ Index: alglib/CMakeLists.txt
 +  VERSION ${VERSION}
 +  SOVERSION ${SOVERSION})
 +
-+INSTALL(TARGETS alglib DESTINATION ${CMAKE_INSTALL_LIBDIR}/libalglib)
-+INSTALL(FILES ${ALGLIB_HDR_LIB} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
++INSTALL(TARGETS alglib DESTINATION ${CMAKE_INSTALL_LIBDIR})
++INSTALL(FILES ${ALGLIB_HDR_LIB} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/libalglib)
 +
 +#===========================================================
 +ADD_EXECUTABLE(test_c tests/test_c.cpp)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/alglib.git



More information about the debian-science-commits mailing list