diff options
author | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-06-20 16:28:14 +0100 |
---|---|---|
committer | Lars Wirzenius <lars.wirzenius@codethink.co.uk> | 2013-06-20 16:28:14 +0100 |
commit | 8ea9421ac3384b2e88e0c36f2cfa52586c4798b7 (patch) | |
tree | cda8e08ea8de098e215296242d052ed3c783dd77 /python-coverage-test-runner.morph | |
parent | a7d5329e97d38058f96b68f19334622962f8f580 (diff) | |
download | python-coverage-test-runner-baserock/morph.tar.gz |
Remove no-longer-useful chunk morphologybaserock/morph
The automatic build system support in Morph will take care of this now.
Diffstat (limited to 'python-coverage-test-runner.morph')
-rw-r--r-- | python-coverage-test-runner.morph | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/python-coverage-test-runner.morph b/python-coverage-test-runner.morph deleted file mode 100644 index be82c91..0000000 --- a/python-coverage-test-runner.morph +++ /dev/null @@ -1,10 +0,0 @@ -{ - "name": "python-coverage-test-runner", - "kind": "chunk", - "build-commands": [ - "python setup.py build" - ], - "install-commands": [ - "python setup.py install --prefix=/usr --root \"$DESTDIR\"" - ] -} |