diff options
Diffstat (limited to 'testing/fts/build')
-rwxr-xr-x | testing/fts/build | 6 |
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 |