aboutsummaryrefslogtreecommitdiff
path: root/testing/fts/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-28 23:10:39 +0300
committerCem Keylan <cem@ckyln.com>2020-01-28 23:10:39 +0300
commitd57fa8a15d25cb4a9d3d9e0a96b39e99d5bf2b62 (patch)
tree65c824b736e8f7e2c48b22538b2c3676888fc729 /testing/fts/build
parente110670cccb533ea412869bb5360f091dbacaf34 (diff)
downloadrepository-d57fa8a15d25cb4a9d3d9e0a96b39e99d5bf2b62.tar.gz
repo: cleanup zombie packages
Diffstat (limited to 'testing/fts/build')
-rwxr-xr-xtesting/fts/build6
1 files changed, 0 insertions, 6 deletions
diff --git a/testing/fts/build b/testing/fts/build
deleted file mode 100755
index 896e2e10..00000000
--- a/testing/fts/build
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh -e
-
-./bootstrap.sh
-./configure --prefix=/usr
-make
-make DESTDIR="$1" install