diff options
author | Daniel Silverstone <daniel.silverstone@codethink.co.uk> | 2012-09-26 11:17:11 +0100 |
---|---|---|
committer | Daniel Silverstone <daniel.silverstone@codethink.co.uk> | 2012-09-26 11:17:11 +0100 |
commit | c298c511f2905d5c6d82663591fae3c045ac4b8c (patch) | |
tree | cd337498a3becf7c3fb99667076df9b77de15d4b | |
parent | cfc608006d858ee0643e6c71cca0c432a24f45cd (diff) | |
download | subversion-tarball-c298c511f2905d5c6d82663591fae3c045ac4b8c.tar.gz |
Update the morphology so that the swig build might be more correct
-rw-r--r-- | subversion-tarball.morph | 3 |
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\"" ] } |