From 8245b4685d02a5927161a1bc4f7c8aead22fe5fa Mon Sep 17 00:00:00 2001 From: John Angelmo Date: Sat, 20 Apr 2013 21:37:26 +0300 Subject: [PATCH] Making it work with Centos/RHEL 6 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b2aa5e2..dffda59 100644 --- a/Makefile +++ b/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)