diff options
author | lloyd <[email protected]> | 2015-01-07 11:47:09 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-01-07 11:47:09 +0000 |
commit | 0c5301a6dde28b22257415c74e0d1491228fafb6 (patch) | |
tree | bec7b4f06b39134b72407617304355d2fc34fe71 /src/build-data | |
parent | 1fe84e0451a6a37783a67bf191c0cdec70c86baf (diff) |
The pkgconfig file should be installed relative to the library dir
rather than the base destdir. Pointed out by hexchain in github pull 38.
Version the docdir with the full version incl patch.
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/makefile/header.in | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/build-data/makefile/header.in b/src/build-data/makefile/header.in index 970f75da4..d01b8a28a 100644 --- a/src/build-data/makefile/header.in +++ b/src/build-data/makefile/header.in @@ -24,14 +24,6 @@ BRANCH = %{version_major}.%{version_minor} LIBNAME = %{lib_prefix}botan-%{version_major}.%{version_minor} -# Installation Settings -DESTDIR = %{destdir} -BINDIR = $(DESTDIR)/bin -LIBDIR = $(DESTDIR)/%{libdir} -HEADERDIR = $(DESTDIR)/%{includedir}/botan-$(BRANCH)/botan -DOCDIR = $(DESTDIR)/%{docdir}/botan-$(VERSION) -PKGCONF_DIR = $(LIBDIR)/pkgconfig - # Executable targets APP = %{out_dir}/botan%{program_suffix} TEST = %{out_dir}/botan-test%{program_suffix} |