[debian] Adjust symlink to cubicweb package so that documention builds fine 3.23
authorDenis Laxalde <denis.laxalde@logilab.fr>
Wed, 29 Jun 2016 11:06:25 +0200
branch3.23
changeset 11394 f0188639e544
parent 11393 e148b384a782
child 11395 8f035d5d5953
[debian] Adjust symlink to cubicweb package so that documention builds fine Broken since source tree re-organization.
debian/rules
--- a/debian/rules	Wed Jun 29 09:12:02 2016 +0200
+++ b/debian/rules	Wed Jun 29 11:06:25 2016 +0200
@@ -11,7 +11,7 @@
 	NO_SETUPTOOLS=1 python setup.py build
 	# cubicweb.foo needs to be importable by sphinx, so create a cubicweb symlink to the source dir
 	mkdir -p debian/pythonpath
-	ln -sf $(CURDIR) debian/pythonpath/cubicweb
+	ln -sf $(CURDIR)/cubicweb debian/pythonpath
 	# documentation build is now made optional since it can break for old
 	# distributions and we don't want to block a new release of Cubicweb
 	# because of documentation issues.