mirror of
https://github.com/Yubico/yubikey-ksm.git
synced 2024-12-03 21:24:19 +01:00
Making it work with Centos/RHEL 6
This commit is contained in:
parent
765509f545
commit
8245b4685d
4
Makefile
4
Makefile
@ -51,7 +51,7 @@ binprefix = /usr/bin
|
||||
phpprefix = /usr/share/yubikey-ksm
|
||||
docprefix = /usr/share/doc/yubikey-ksm
|
||||
manprefix = /usr/share/man/man1
|
||||
wwwgroup = www-data
|
||||
wwwgroup = apache
|
||||
|
||||
install: $(MANS)
|
||||
install -D --mode 640 .htaccess $(DESTDIR)$(phpprefix)/.htaccess
|
||||
@ -107,7 +107,7 @@ NAME_ykksm-gen-keys = 'Tool to generate keys on the YKKSM-KEYPROV format.'
|
||||
NAME_ykksm-import = 'Tool to import key data on the YKKSM-KEYPROV format.'
|
||||
|
||||
%.1: %
|
||||
help2man -N --name=$(NAME_$*) --version-string=1 ./$* > $@
|
||||
help2man -N --name=$(NAME_$*) ./$* > $@
|
||||
|
||||
man: $(MANS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user