1
0
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:
John Angelmo 2013-04-20 21:37:26 +03:00
parent 765509f545
commit 8245b4685d

View File

@ -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)