summaryrefslogtreecommitdiff
path: root/subversion-tarball.morph
diff options
context:
space:
mode:
Diffstat (limited to 'subversion-tarball.morph')
-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\""
]
}