summaryrefslogtreecommitdiff
path: root/subversion-tarball.morph
diff options
context:
space:
mode:
Diffstat (limited to 'subversion-tarball.morph')
-rw-r--r--subversion-tarball.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/subversion-tarball.morph b/subversion-tarball.morph
index e0f0d3e..a1d6eed 100644
--- a/subversion-tarball.morph
+++ b/subversion-tarball.morph
@@ -5,5 +5,13 @@
"configure-commands": [
"python gen-make.py build.conf",
"./configure --prefix=\"$PREFIX\" --without-berkeley-db"
+ ],
+ "build-commands": [
+ "make",
+ "make swig-pl"
+ ],
+ "install-commands": [
+ "make install DESTDIR=\"$DESTDIR\"",
+ "make install-swig-pl DESTDIR=\"$DESTDIR\""
]
}