aboutsummaryrefslogtreecommitdiff
path: root/testing/fts/build
diff options
context:
space:
mode:
Diffstat (limited to 'testing/fts/build')
-rwxr-xr-xtesting/fts/build6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/fts/build b/testing/fts/build
new file mode 100755
index 00000000..896e2e10
--- /dev/null
+++ b/testing/fts/build
@@ -0,0 +1,6 @@
+#!/bin/sh -e
+
+./bootstrap.sh
+./configure --prefix=/usr
+make
+make DESTDIR="$1" install