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