Release to master 2.4.0 #217

Merged
sloum merged 14 commits from develop into master 2022-03-06 21:50:43 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 59321b8977 - Show all commits

View File

@ -22,7 +22,7 @@ install: install-bin install-man install-desktop clean
.PHONY: install-man
install-man: bombadillo.1
gzip -k ./bombadillo.1
gzip -c ./bombadillo.1 > ./bombadillo.1.gz
install -d ${DESTDIR}${MAN1DIR}
install -m 0644 ./bombadillo.1.gz ${DESTDIR}${MAN1DIR}