summaryrefslogtreecommitdiffstats
path: root/fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-08-10 14:37:51 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-08-10 14:37:51 +0000
commit985b5ee735629e131ac5c2752f7b8fab30ca9f52 (patch)
treecc30f40a924268788266efe6445c760707bd951b /fips
parent4df7ade82923449f55c1f1ad4e93fc0eda69e68b (diff)
PR: 2003
Make it possible to install OpenSSL in directories with name other than "lib" for example "lib64". Based on patch from Jeremy Utley.
Diffstat (limited to 'fips')
-rw-r--r--fips/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fips/Makefile b/fips/Makefile
index 87f95e2cc4..6e7d56945a 100644
--- a/fips/Makefile
+++ b/fips/Makefile
@@ -188,8 +188,8 @@ install:
done
cp -p -f $(FIPSLIBDIR)fipscanister.o $(FIPSLIBDIR)fipscanister.o.sha1 \
$(FIPSLIBDIR)fips_premain.c $(FIPSLIBDIR)fips_premain.c.sha1 \
- $(INSTALL_PREFIX)$(INSTALLTOP)/lib/; \
- chmod 0444 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/fips*
+ $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/; \
+ chmod 0444 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/fips*
lint:
@target=lint; $(RECURSIVE_MAKE)