summaryrefslogtreecommitdiffstats
path: root/python-pypi
diff options
context:
space:
mode:
authorTreeve Jelbert2019-09-20 20:20:55 +0200
committerTreeve Jelbert2019-09-20 20:20:55 +0200
commit5cf903e2d3f749cccd84b17a4c3d584963554199 (patch)
tree907e138b66b208afa6907f8145e5dd126f22c7b2 /python-pypi
parent915b68cdacf6e5401be5bc1746e9d6cca823a4f4 (diff)
asciidoc3 - fix install lcoation
Diffstat (limited to 'python-pypi')
-rwxr-xr-xpython-pypi/asciidoc3/DETAILS1
-rw-r--r--python-pypi/asciidoc3/HISTORY4
-rwxr-xr-xpython-pypi/asciidoc3/PRE_BUILD3
3 files changed, 8 insertions, 0 deletions
diff --git a/python-pypi/asciidoc3/DETAILS b/python-pypi/asciidoc3/DETAILS
index 9d12a81f91..39b66f4a07 100755
--- a/python-pypi/asciidoc3/DETAILS
+++ b/python-pypi/asciidoc3/DETAILS
@@ -1,6 +1,7 @@
SPELL=asciidoc3
VERSION=3.1.0.post4
VX=be/e9/defb4373cca5e1d42cd952ee7aeefc1dda0c03d5211c27b6f18e859bea43
+ PATCHLEVEL=1
SOURCE_HASH=sha512:3fae0569720a53f747e21e151bf8f8c3d59fbdf36c9036eb4b31e2aceb143167b311961059a69128573e9cb2bbccb4525b6e664055dbf955500b4cefa81847d3
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/python-pypi/asciidoc3/HISTORY b/python-pypi/asciidoc3/HISTORY
index 8abef299e1..b7e743b505 100644
--- a/python-pypi/asciidoc3/HISTORY
+++ b/python-pypi/asciidoc3/HISTORY
@@ -1,2 +1,6 @@
+2019-09-20 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * PRE_BUILD: added, do not install to root dir
+
2019-08-25 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 3.1.0.post4
diff --git a/python-pypi/asciidoc3/PRE_BUILD b/python-pypi/asciidoc3/PRE_BUILD
new file mode 100755
index 0000000000..9dfea24e78
--- /dev/null
+++ b/python-pypi/asciidoc3/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i '/PREFIX_TUPLE/s|'/'|/usr/share/|' setup.py