summaryrefslogtreecommitdiff
path: root/strata/openstack-clients/pytz.morph
diff options
context:
space:
mode:
authorMike Smith <mike.smith@codethink.co.uk>2015-02-23 15:06:32 +0000
committerMike Smith <mike.smith@codethink.co.uk>2015-02-23 15:06:32 +0000
commit7251718484aade049e94b5a0ba59f6d74d0f21be (patch)
tree36c5a99f06f83168f796fe1ac85de3e0279b40d3 /strata/openstack-clients/pytz.morph
parentf03d5677588cd623a8f3f1548041704b43f839ea (diff)
downloaddefinitions-7251718484aade049e94b5a0ba59f6d74d0f21be.tar.gz
updated to latest pytz now using .tarbaserock/mikesmith/openstack-v3-pytz
Diffstat (limited to 'strata/openstack-clients/pytz.morph')
-rw-r--r--strata/openstack-clients/pytz.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/strata/openstack-clients/pytz.morph b/strata/openstack-clients/pytz.morph
index f5557946..b8f3e7aa 100644
--- a/strata/openstack-clients/pytz.morph
+++ b/strata/openstack-clients/pytz.morph
@@ -1,6 +1,6 @@
name: pytz
kind: chunk
build-commands:
-- cd src && python setup.py build
+- python setup.py build
install-commands:
-- cd src && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"
+- python setup.py install --prefix "$PREFIX" --root "$DESTDIR"