summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-05-24 16:35:24 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-05-24 16:35:24 +0100
commit646a18b3f362dc8f92aac31021f4a96fb41c87ed (patch)
tree55f7d10f0a716c7466b55f2818ee5cc11bb77ff4
parent7373d6f51fc587c1fd312020025a6fa5d740c46c (diff)
downloaddefinitions-646a18b3f362dc8f92aac31021f4a96fb41c87ed.tar.gz
Manually fix xml-catalog.bst post-install commands
-rw-r--r--elements/docutils/xml-catalog.bst2
1 files changed, 1 insertions, 1 deletions
diff --git a/elements/docutils/xml-catalog.bst b/elements/docutils/xml-catalog.bst
index a638e333..1c9cfdeb 100644
--- a/elements/docutils/xml-catalog.bst
+++ b/elements/docutils/xml-catalog.bst
@@ -10,4 +10,4 @@ config:
install-commands:
- make DESTDIR="%{install-root}" install
post-install-commands:
- - ./post-install.sh
+ - DESTDIR="%{install-root}" ./post-install.sh