aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-01-20 18:40:48 +0000
committerlloyd <[email protected]>2014-01-20 18:40:48 +0000
commitd3e9ad7b6356b109bfe7a23c7602576a7b4599ca (patch)
tree1e453fbcd6ccfc341ae2db5424566fcb61c4ae3a /src/build-data
parent0e3cff7610f5a3c7ea1ec7a4b328f3fa864277c7 (diff)
Typo fix
Diffstat (limited to 'src/build-data')
-rw-r--r--src/build-data/makefile/header.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/build-data/makefile/header.in b/src/build-data/makefile/header.in
index dfd02aa35..1963b57de 100644
--- a/src/build-data/makefile/header.in
+++ b/src/build-data/makefile/header.in
@@ -22,11 +22,11 @@ BRANCH = %{version_major}.%{version_minor}
# Installation Settings
DESTDIR = %{prefix}
-BINDIR = $(DESTDIR)/bin
-LIBDIR = $(DESTDIR)/%{libdir}
-HEADERIR = $(DESTDIR)/%{includedir}/botan-$(BRANCH)/botan
-DOCDIR = $(DESTDIR)/%{docdir}/botan-$(VERSION)
-PKGCONF_DIR = $(LIBDIR)/pkgconfig
+BINDIR = $(DESTDIR)/bin
+LIBDIR = $(DESTDIR)/%{libdir}
+HEADERDIR = $(DESTDIR)/%{includedir}/botan-$(BRANCH)/botan
+DOCDIR = $(DESTDIR)/%{docdir}/botan-$(VERSION)
+PKGCONF_DIR = $(LIBDIR)/pkgconfig
CONFIG_SCRIPT = %{botan_config}
PKGCONFIG = %{botan_pkgconfig}