diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-16 10:32:41 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-16 10:32:41 +0300 |
commit | ab5d617cb515ca11f955b738c5d763a10743cb5b (patch) | |
tree | 06a5c9888b4ca315038e6c9df0f05fb39fbfe199 /testing/fts/build | |
parent | b27e69e6363c04acbc26185d17cf5bcfce687dee (diff) | |
download | repository-ab5d617cb515ca11f955b738c5d763a10743cb5b.tar.gz |
fts: add package to testing
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 |