summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-02-22 16:44:01 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-02-22 16:44:01 +0000
commitddf23f52139d5671b5646e5be8f37ccc2eb3277e (patch)
tree2e2794ac2ef5f549466a55591f9ba259b02bd83c
parent644b865649176c3be135ab37beb2f4b35c9ee88b (diff)
downloaddiffutils-ddf23f52139d5671b5646e5be8f37ccc2eb3277e.tar.gz
No longer remove .git*
-rw-r--r--diffutils.morph1
1 files changed, 0 insertions, 1 deletions
diff --git a/diffutils.morph b/diffutils.morph
index 6e96c54..e9d651a 100644
--- a/diffutils.morph
+++ b/diffutils.morph
@@ -2,7 +2,6 @@
"name": "diffutils",
"kind": "chunk",
"configure-commands": [
- "rm .git*",
"bash bootstrap --skip-po",
"./configure --prefix=/usr --disable-nls"
],