From 00771b4a3662d68502abed4ffe82cd20945919d7 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 10 Oct 2021 21:28:48 +0200 Subject: fossil: move to core --- core/fossil/build | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 core/fossil/build (limited to 'core/fossil/build') diff --git a/core/fossil/build b/core/fossil/build new file mode 100755 index 00000000..1ba98ceb --- /dev/null +++ b/core/fossil/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --static + +make +make DESTDIR="$1" install + +clman -d "$1" fossil.1 -- cgit v1.2.3