summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-02-18 15:23:30 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-02-18 15:23:30 +0000
commit4b4b0b47372543572c3d2911c8bde87e4db8745b (patch)
tree8731ca667edaa466d03b45a86506c20d664f4fc7
parente2d70999c0ca7d23a88344a74dd0b8fa64ba4f3e (diff)
downloadcliapp-4b4b0b47372543572c3d2911c8bde87e4db8745b.tar.gz
Remove cliapp.morph (we don't need it anymore)
-rw-r--r--cliapp.morph10
1 files changed, 0 insertions, 10 deletions
diff --git a/cliapp.morph b/cliapp.morph
deleted file mode 100644
index 920aad6..0000000
--- a/cliapp.morph
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "name": "cliapp",
- "kind": "chunk",
- "build-commands": [
- "python setup.py build"
- ],
- "install-commands": [
- "python setup.py install --prefix=\"${PREFIX-/usr}\" --root \"$DESTDIR\""
- ]
-}