create KDC database directory
authorKen Raeburn <raeburn@mit.edu>
Mon, 8 Jan 2007 22:51:23 +0000 (22:51 +0000)
committerKen Raeburn <raeburn@mit.edu>
Mon, 8 Jan 2007 22:51:23 +0000 (22:51 +0000)
The default directory for the KDC database files doesn't exist after a
normal "make install".  Reported by Jeff Blaine.

* Makefile.in (INSTALLMKDIRS): Add var (really localstatedir) and var/krb5kdc
to directories to be created at "make install" time, even though it'll be
empty on most machines (since most probably aren't KDCs).

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19039 dc483132-0cff-0310-8789-dd5450dbe970

src/Makefile.in

index 5e88fb94d479059c709a349073b3a1f858470264..ad808c3c650a962013f79fd2e0d05c1c96aeffbd 100644 (file)
@@ -69,6 +69,7 @@ INSTALLMKDIRS = $(KRB5ROOT) $(KRB5MANROOT) $(KRB5OTHERMKDIRS) \
                $(FILE_MANDIR) $(KRB5_LIBDIR) $(KRB5_INCDIR) \
                $(KRB5_DB_MODULE_DIR) \
                $(KRB5_LIBKRB5_MODULE_DIR) \
+               @localstatedir@ @localstatedir@/krb5kdc \
                $(KRB5_INCSUBDIRS) $(datadir) $(EXAMPLEDIR)
 
 install-strip: