Debian directory paths
authorSam Hartman <hartmans@debian.org>
Sun, 31 Oct 2010 23:52:01 +0000 (19:52 -0400)
committerSam Hartman <hartmans@debian.org>
Sun, 31 Oct 2010 23:52:01 +0000 (19:52 -0400)
Use non-versioned doc directories.
Use apache2 log dir

configs/Makefile.am

index 3b3f8de..91bf7f8 100644 (file)
@@ -4,8 +4,8 @@ AUTOMAKE_OPTIONS = foreign
 
 pkglibdir = ${libdir}/@PACKAGE@
 pkglogdir = ${localstatedir}/log/@PACKAGE@
-pkgdocdir = $(datadir)/doc/@PACKAGE@-@PACKAGE_VERSION@
-shirelogdir = ${localstatedir}/log/httpd
+pkgdocdir = $(datadir)/doc/@PACKAGE@
+shirelogdir = ${localstatedir}/log/apache2
 pkgxmldir = $(datadir)/xml/@PACKAGE@
 pkgrundir = $(localstatedir)/run/@PACKAGE@
 pkgsysconfdir = $(sysconfdir)/@PACKAGE@