diff options
author | Cem Keylan <cem@ckyln.com> | 2021-03-18 05:40:30 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-03-18 05:40:30 +0300 |
commit | 02ee998114949a5e97ffea3e383d38fe6586a59e (patch) | |
tree | 93419f8b7d1d661a6d6cb469e5b0a09291cc930c /extra/fossil/build | |
parent | aad5dd7d3aff5b5520879cb9b6aa5a57ca220538 (diff) | |
download | repository-02ee998114949a5e97ffea3e383d38fe6586a59e.tar.gz |
fossil: add new package at 2.14
Diffstat (limited to 'extra/fossil/build')
-rwxr-xr-x | extra/fossil/build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/fossil/build b/extra/fossil/build new file mode 100755 index 00000000..ddb40e18 --- /dev/null +++ b/extra/fossil/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr \ + --static + +make +make DESTDIR="$1" install + +install -Dm644 fossil.1 "$1/usr/share/man/man1/fossil.1" |