summaryrefslogtreecommitdiff
path: root/strata/openstack-clients/pytz.morph
diff options
context:
space:
mode:
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"