summaryrefslogtreecommitdiff
path: root/debian/patches/0006-Install-Python-module-in-correct-location.patch
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-08-11 14:07:20 +0200
committerGard Spreemann <gspr@nonempty.org>2020-08-11 14:07:20 +0200
commit3cd3187ed54e9a2f1b063fbdc384d962ba5982d2 (patch)
tree89924662418e0bcddf7df3b7a2f719ba3425b399 /debian/patches/0006-Install-Python-module-in-correct-location.patch
parent07498116ccc218408a5656ca897622e8b9734ebb (diff)
Rebase patched and drop 0008-Don-t-try-to-install-Hera.patch.
Diffstat (limited to 'debian/patches/0006-Install-Python-module-in-correct-location.patch')
-rw-r--r--debian/patches/0006-Install-Python-module-in-correct-location.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/0006-Install-Python-module-in-correct-location.patch b/debian/patches/0006-Install-Python-module-in-correct-location.patch
index e8c23fde..0b4a8f64 100644
--- a/debian/patches/0006-Install-Python-module-in-correct-location.patch
+++ b/debian/patches/0006-Install-Python-module-in-correct-location.patch
@@ -7,10 +7,10 @@ Subject: Install Python module in correct location.
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/python/CMakeLists.txt b/src/python/CMakeLists.txt
-index 1a2f18b..94ef78b 100644
+index 99b648b..162bd27 100644
--- a/src/python/CMakeLists.txt
+++ b/src/python/CMakeLists.txt
-@@ -243,7 +243,7 @@ if(PYTHONINTERP_FOUND)
+@@ -267,7 +267,7 @@ if(PYTHONINTERP_FOUND)
add_custom_target(python ALL DEPENDS gudhi.so
COMMENT "Do not forget to add ${CMAKE_CURRENT_BINARY_DIR}/ to your PYTHONPATH before using examples or tests")