diff options
author | lloyd <[email protected]> | 2014-02-13 19:32:27 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-02-13 19:32:27 +0000 |
commit | 45b536e7a41ff1f6f2e064dc55549cb8076bc81b (patch) | |
tree | 3a92de1f2d4b20f398d72ede2413acc74ae96b82 /src/build-data | |
parent | 76bb8ade2fab7c32ee949458f6f5c88d943431eb (diff) |
Add --destdir option to configure.py
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/makefile/header.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/makefile/header.in b/src/build-data/makefile/header.in index 4229de29b..5f81fa0a5 100644 --- a/src/build-data/makefile/header.in +++ b/src/build-data/makefile/header.in @@ -21,7 +21,7 @@ VERSION = %{version} BRANCH = %{version_major}.%{version_minor} # Installation Settings -DESTDIR = %{prefix} +DESTDIR = %{destdir} BINDIR = $(DESTDIR)/bin LIBDIR = $(DESTDIR)/%{libdir} HEADERDIR = $(DESTDIR)/%{includedir}/botan-$(BRANCH)/botan |