diff python/py-docutils/py-docutils.sh @ 549:bad483aace64

vanilla: use prefix= instead
author David Demelier <markand@malikania.fr>
date Sun, 23 Jun 2019 15:13:10 +0200
parents 9e95fda0e5c6
children 25cecc6dca48
line wrap: on
line diff
--- a/python/py-docutils/py-docutils.sh	Tue Apr 16 20:01:00 2019 +0200
+++ b/python/py-docutils/py-docutils.sh	Sun Jun 23 15:13:10 2019 +0200
@@ -32,7 +32,7 @@
 		pushd docutils-$PKGVERSION
 
 		$py setup.py build
-		$py setup.py install --root=${DESTDIR:-/} -O1
+		$py setup.py install --root=${DESTDIR:-/} --prefix=/. -O1
 
 		popd
 		rm -rf docutils-$PKGVERSION