[vtk6] 01/02: Fix symlink onto vtk. (Closes: #857533).

Anton Gladky gladk at moszumanska.debian.org
Tue Mar 14 20:49:50 UTC 2017


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

gladk pushed a commit to branch master
in repository vtk6.

commit 9a28dbe59e04b314d8fbf1a2e0b48a30d7fa79da
Author: Anton Gladky <gladk at debian.org>
Date:   Tue Mar 14 21:34:00 2017 +0100

    Fix symlink onto vtk. (Closes: #857533).
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index cc9d6c3..bb0e5e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -110,4 +110,4 @@ override_dh_install-arch:
 	rm -rf $(CURDIR)/debian/libvtk6-doc/usr/share/doc/vtk6-doc/html/_formulas.log
 	mkdir -p  $(CURDIR)/debian/python-vtk6/usr/lib/$(DEB_HOST_MULTIARCH)/python2.7/site-packages/ && \
           cd $(CURDIR)/debian/python-vtk6/usr/lib/$(DEB_HOST_MULTIARCH)/python2.7/site-packages/ && \
-	  ln -s  /usr/lib/python2.7/dist/packages/vtk vtk
+	  ln -s  /usr/lib/python2.7/dist-packages/vtk vtk

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



More information about the debian-science-commits mailing list