diff options
author | lloyd <[email protected]> | 2010-01-29 17:49:59 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-01-29 17:49:59 +0000 |
commit | ae6a404ec14cc3c86a96cd3e5c67c9c23be38147 (patch) | |
tree | 3a83505cf52e43297f907527cbdc1442c7c72021 /src/build-data/makefile/unix.in | |
parent | 6f71549d8b412a0b7909ba7f06f9a777718f0437 (diff) |
Lowercase DOCDIR to match common conventions
Diffstat (limited to 'src/build-data/makefile/unix.in')
-rw-r--r-- | src/build-data/makefile/unix.in | 2 |
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} |