debian/rules
branch3.23
changeset 11394 f0188639e544
parent 10992 228b6d2777e4
child 11424 1451f040555f
--- 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.