aboutsummaryrefslogtreecommitdiff
path: root/extra/hitch/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-06-27 23:52:03 +0300
committerCem Keylan <cem@ckyln.com>2020-06-27 23:52:03 +0300
commit53ea84cdb564c4bbe54c0fd34c68f439935b2222 (patch)
treee5f814c320f7885cd4d5bfcf75a05c84a5282644 /extra/hitch/build
parentcdd31ca416c8d8ae2e3bb7209602fdfe281fbfd3 (diff)
downloadrepository-53ea84cdb564c4bbe54c0fd34c68f439935b2222.tar.gz
hitch: drop from repositories
Diffstat (limited to 'extra/hitch/build')
-rwxr-xr-xextra/hitch/build5
1 files changed, 0 insertions, 5 deletions
diff --git a/extra/hitch/build b/extra/hitch/build
deleted file mode 100755
index 09d87526..00000000
--- a/extra/hitch/build
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh -e
-
-./configure --prefix=/usr
-make
-make DESTDIR="$1" install