summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-26 11:17:11 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-09-26 11:17:11 +0100
commitc298c511f2905d5c6d82663591fae3c045ac4b8c (patch)
treecd337498a3becf7c3fb99667076df9b77de15d4b
parentcfc608006d858ee0643e6c71cca0c432a24f45cd (diff)
downloadsubversion-tarball-c298c511f2905d5c6d82663591fae3c045ac4b8c.tar.gz
Update the morphology so that the swig build might be more correct
-rw-r--r--subversion-tarball.morph3
1 files changed, 2 insertions, 1 deletions
diff --git a/subversion-tarball.morph b/subversion-tarball.morph
index a1d6eed..00fc802 100644
--- a/subversion-tarball.morph
+++ b/subversion-tarball.morph
@@ -8,10 +8,11 @@
],
"build-commands": [
"make",
- "make swig-pl"
],
"install-commands": [
"make install DESTDIR=\"$DESTDIR\"",
+ "make clean || make clean",
+ "make swig-pl"
"make install-swig-pl DESTDIR=\"$DESTDIR\""
]
}