summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-02-22 16:39:03 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-02-22 16:39:03 +0000
commitaaf1c4ddcd76930cd720fc97a5f2f0ab5f3a2f2d (patch)
treecf8de822c1dd8169db4389cd0096650a3c67d03f
parent0af3e2658c2d9f47ebf68dbe9c79412d427736d8 (diff)
downloadpatch-aaf1c4ddcd76930cd720fc97a5f2f0ab5f3a2f2d.tar.gz
patch.morph: remove rm .git*
-rw-r--r--patch.morph1
1 files changed, 0 insertions, 1 deletions
diff --git a/patch.morph b/patch.morph
index 46154ac..f9c2a7a 100644
--- a/patch.morph
+++ b/patch.morph
@@ -2,7 +2,6 @@
"name": "patch",
"kind": "chunk",
"configure-commands": [
- "rm .git*",
"bash bootstrap --skip-po",
"./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin --disable-nls"
],