summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2012-10-04 16:33:08 +0100
committerJames Thomas <james.thomas@codethink.co.uk>2012-10-04 16:33:08 +0100
commit351e074672d9aa6446d5829938b697a3d6b23266 (patch)
treee8b72ccd905ffd2f6ecbe9a21c7d28e04ee865eb
parent4562526e6c21fe1da727cdbf78f8869e2f1b4436 (diff)
downloadsubversion-tarball-351e074672d9aa6446d5829938b697a3d6b23266.tar.gz
Don't clean the source tree
This should fix the segfault that happens when you require SVN::Ra
-rw-r--r--subversion-tarball.morph3
1 files changed, 1 insertions, 2 deletions
diff --git a/subversion-tarball.morph b/subversion-tarball.morph
index 9109eeb..d28954c 100644
--- a/subversion-tarball.morph
+++ b/subversion-tarball.morph
@@ -11,8 +11,7 @@
],
"install-commands": [
"make install DESTDIR=\"$DESTDIR\"",
- "make clean || make clean",
"make swig-pl",
"make install-swig-pl DESTDIR=\"$DESTDIR\""
]
-} \ No newline at end of file
+}