From ab5d617cb515ca11f955b738c5d763a10743cb5b Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 16 Dec 2019 10:32:41 +0300 Subject: fts: add package to testing --- testing/fts/build | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 testing/fts/build (limited to 'testing/fts/build') 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 -- cgit v1.2.3