summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2011-03-31 20:16:44 +0000
committerArthur de Jong <arthur@arthurdejong.org>2011-03-31 20:16:44 +0000
commit2d0abd289968a83a2a89509fc6c8aa20fc2b4829 (patch)
tree784f87a20a7c2641a448eb9b156b301cebe599ca /AUTHORS
parentac9e380fdcbbc6c66cffe84cb5ab8ff4e8d7daf2 (diff)
use $(mkinstalldirs) instead of $(INSTALL_DATA) -D because -D is not supported on all operating systems (patch by SATOH Fumiyasu)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1420 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index d56509b..e59ef85 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -84,3 +84,4 @@ Ted C. Cheng <tedcheng@symas.com>
Jacques Vidrine <nectar@freebsd.org>
Artem Kazakov <kazakov@gmail.com>
Alexander V. Chernikov <melifaro@ipfw.ru>
+SATOH Fumiyasu <fumiyas@osstech.co.jp>