summaryrefslogtreecommitdiff
path: root/debian/patches/0006-Install-Python-module-in-correct-location.patch
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-01-21 10:41:14 +0100
committerGard Spreemann <gspr@nonempty.org>2020-01-21 10:41:14 +0100
commit3d1fc128ab514532da240453111e344b28459ea1 (patch)
tree35d6c037abe87df84b4c0c5246ff4c85248a5f90 /debian/patches/0006-Install-Python-module-in-correct-location.patch
parent901331d656a7c3f4a1799a35d554be7291a76686 (diff)
Refresh patches.
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 67999267..1e4310ee 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 1778290..a999cea 100644
+index 472993b..1dd3721 100644
--- a/src/python/CMakeLists.txt
+++ b/src/python/CMakeLists.txt
-@@ -208,7 +208,7 @@ if(PYTHONINTERP_FOUND)
+@@ -230,7 +230,7 @@ endif(CGAL_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")