summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-03-02 22:15:53 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-03-02 22:15:53 +0900
commit01158639664b2112060f04b9231faadfa34786ae (patch)
tree6c6475eec77e81ec1011bf5e8bbc1bcad477fcfc
parent2818d73481017bf170e7054098c1b15992b87f53 (diff)
downloadbuildstream-01158639664b2112060f04b9231faadfa34786ae.tar.gz
autotools.bst: Changed %{autogen} so it displays more nicely
The previous way had it all on one line wrapping around the terminal, now you can see it as a multiline statement.
-rw-r--r--buildstream/plugins/elements/autotools.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/plugins/elements/autotools.yaml b/buildstream/plugins/elements/autotools.yaml
index 690004d9d..b362921ff 100644
--- a/buildstream/plugins/elements/autotools.yaml
+++ b/buildstream/plugins/elements/autotools.yaml
@@ -2,7 +2,7 @@
variables:
- autogen: >-
+ autogen: |
export NOCONFIGURE=1;
if [ -e autogen ]; then ./autogen;
elif [ -e autogen.sh ]; then ./autogen.sh;