aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/makefile/unix.in
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-01-29 17:49:59 +0000
committerlloyd <[email protected]>2010-01-29 17:49:59 +0000
commitae6a404ec14cc3c86a96cd3e5c67c9c23be38147 (patch)
tree3a83505cf52e43297f907527cbdc1442c7c72021 /src/build-data/makefile/unix.in
parent6f71549d8b412a0b7909ba7f06f9a777718f0437 (diff)
Lowercase DOCDIR to match common conventions
Diffstat (limited to 'src/build-data/makefile/unix.in')
-rw-r--r--src/build-data/makefile/unix.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/makefile/unix.in b/src/build-data/makefile/unix.in
index a39a10907..c525aa6bf 100644
--- a/src/build-data/makefile/unix.in
+++ b/src/build-data/makefile/unix.in
@@ -16,7 +16,7 @@ DESTDIR = %{prefix}
BINDIR = $(DESTDIR)/bin
LIBDIR = $(DESTDIR)/%{libdir}
HEADERDIR = $(DESTDIR)/%{includedir}/botan
-DOCDIR = $(DESTDIR)/%{docdir}/Botan-$(VERSION)
+DOCDIR = $(DESTDIR)/%{docdir}/botan-$(VERSION)
PKGCONF_DIR = $(LIBDIR)/pkgconfig
CONFIG_SCRIPT = %{botan_config}