Fix manpage name.

This commit is contained in:
Dominik Pantůček 2023-05-26 15:00:58 +02:00
parent 114a2b5691
commit d4e95b4cb3

View file

@ -76,7 +76,7 @@ install-dev: static
install -m 0755 ../hackerbase /usr/local/bin/hackerbase-dev
install -m 0755 ../fetch_fio.sh /usr/local/bin/hb_fetch_fio-dev
install -m 0755 -d /usr/local/man/man1
install -m 0755 ../doc/hackerbase.1 /usr/local/man/man1/hackerbase-dev
install -m 0755 ../doc/hackerbase.1 /usr/local/man/man1/hackerbase-dev.1
################################################################
# Module static and shared object and import source compilation