From 8ea9421ac3384b2e88e0c36f2cfa52586c4798b7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 20 Jun 2013 16:28:14 +0100 Subject: Remove no-longer-useful chunk morphology The automatic build system support in Morph will take care of this now. --- python-coverage-test-runner.morph | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 python-coverage-test-runner.morph 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\"" - ] -} -- cgit v1.2.1