[python-fann2] 04/05: d/rules: Fix broken symlink
Christian Kastner
ckk at moszumanska.debian.org
Tue Sep 29 20:16:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
ckk pushed a commit to branch master
in repository python-fann2.
commit 7efa006a4a0dd8be7744fe592043352e4c4a9f7e
Author: Christian Kastner <ckk at kvr.at>
Date: Tue Sep 29 22:07:48 2015 +0200
d/rules: Fix broken symlink
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index df05755..d113575 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ override_dh_auto_install:
PYBUILD_NAME=pyfann \
PYBUILD_SYSTEM=custom \
PYBUILD_BEFORE_INSTALL="mkdir -p debian/{package}/{install_dir}" \
- PYBUILD_INSTALL_ARGS="cd debian/{package}/{install_dir} && ln -s ../fann2 pyfann" \
+ PYBUILD_INSTALL_ARGS="cd debian/{package}/{install_dir} && ln -s fann2 pyfann" \
dh_auto_install
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-fann2.git
More information about the debian-science-commits
mailing list