summaryrefslogtreecommitdiffstats
path: root/crypto/cryptopp/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cryptopp/INSTALL')
-rwxr-xr-xcrypto/cryptopp/INSTALL6
1 files changed, 1 insertions, 5 deletions
diff --git a/crypto/cryptopp/INSTALL b/crypto/cryptopp/INSTALL
index 6518b6d2d4..5c6bc295f3 100755
--- a/crypto/cryptopp/INSTALL
+++ b/crypto/cryptopp/INSTALL
@@ -1,6 +1,2 @@
-install -vm 755 -d "${INSTALL_ROOT}/usr/include/cryptopp" &&
-install -vm 644 *.h "${INSTALL_ROOT}/usr/include/cryptopp" &&
-
-cp -v -d libcryptopp.* "${INSTALL_ROOT}/usr/lib/" &&
-
+make install &&
sed "s:%%VERSION%%:${VERSIONX}:" "${SPELL_DIRECTORY}/files/libcrypto++.pc.in" > "${INSTALL_ROOT}/usr/lib/pkgconfig/libcrypto++.pc"