diff options
author | lloyd <[email protected]> | 2014-01-20 18:40:48 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-20 18:40:48 +0000 |
commit | d3e9ad7b6356b109bfe7a23c7602576a7b4599ca (patch) | |
tree | 1e453fbcd6ccfc341ae2db5424566fcb61c4ae3a /src/build-data | |
parent | 0e3cff7610f5a3c7ea1ec7a4b328f3fa864277c7 (diff) |
Typo fix
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/makefile/header.in | 10 |
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} |