aboutsummaryrefslogtreecommitdiff
path: root/extra/fossil/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-10-10 21:28:48 +0200
committerCem Keylan <cem@ckyln.com>2021-10-10 21:28:48 +0200
commit00771b4a3662d68502abed4ffe82cd20945919d7 (patch)
treeaefbfd9066a7eed080295e1b6c760e5b722ef978 /extra/fossil/build
parent3803a0544ed411ecd3e3e64422f40cf99b4b5333 (diff)
downloadrepository-00771b4a3662d68502abed4ffe82cd20945919d7.tar.gz
fossil: move to core
Diffstat (limited to 'extra/fossil/build')
-rwxr-xr-xextra/fossil/build10
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/fossil/build b/extra/fossil/build
deleted file mode 100755
index 1ba98ceb..00000000
--- a/extra/fossil/build
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-./configure \
- --prefix=/usr \
- --static
-
-make
-make DESTDIR="$1" install
-
-clman -d "$1" fossil.1