summaryrefslogtreecommitdiffstats
path: root/collab/gsvn/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'collab/gsvn/BUILD')
-rwxr-xr-xcollab/gsvn/BUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/collab/gsvn/BUILD b/collab/gsvn/BUILD
new file mode 100755
index 0000000000..1ff23d4b45
--- /dev/null
+++ b/collab/gsvn/BUILD
@@ -0,0 +1,16 @@
+(
+
+ ./autogen.sh &&
+ ./configure \
+ --build=$BUILD \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --disable-maintainer-mode \
+ $OPTS &&
+
+ make &&
+ prepare_install &&
+ make install
+
+) > $C_FIFO 2>&1