diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:38:28 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 00:38:28 +0300 |
commit | a9458445481af71092e7797a78c080d72dced40d (patch) | |
tree | cffc043f38918d65a7214fc9a25d8b4917f189e5 /extra | |
parent | 45749afaa216f81dc3866239f9cb03faa7431da9 (diff) | |
download | repository-a9458445481af71092e7797a78c080d72dced40d.tar.gz |
fossil: use clman
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/fossil/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/fossil/build b/extra/fossil/build index ddb40e18..1ba98ceb 100755 --- a/extra/fossil/build +++ b/extra/fossil/build @@ -7,4 +7,4 @@ make make DESTDIR="$1" install -install -Dm644 fossil.1 "$1/usr/share/man/man1/fossil.1" +clman -d "$1" fossil.1 |