man directory

This commit is contained in:
Devaev Maxim 2021-01-06 22:49:26 +03:00
parent 5c904cf766
commit 0fbb41752e
4 changed files with 3 additions and 3 deletions

View File

@ -18,6 +18,6 @@ replace = pkgver={new_version}
search = PKG_VERSION:={current_version}
replace = PKG_VERSION:={new_version}
[bumpversion:file:ustreamer.1]
[bumpversion:file:man/ustreamer.1]
search = "version {current_version}"
replace = "version {new_version}"

View File

@ -84,7 +84,7 @@ all: $(USTR) $(DUMP)
install: $(USTR) $(DUMP)
install -Dm755 $(USTR) $(DESTDIR)$(PREFIX)/bin/$(USTR)
install -Dm755 $(DUMP) $(DESTDIR)$(PREFIX)/bin/$(DUMP)
install -Dm644 $(USTR).1 $(DESTDIR)$(MANPREFIX)/man1/$(USTR).1
install -Dm644 man/$(USTR).1 $(DESTDIR)$(MANPREFIX)/man1/$(USTR).1
gzip $(DESTDIR)$(MANPREFIX)/man1/$(USTR).1

View File

@ -25,5 +25,5 @@ BDEPEND=""
src_install() {
dobin ustreamer
doman ustreamer.1
doman man/ustreamer.1
}