From 67bf6b3e0568848152d2a8f6deb1cd9db8670b9f Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 20 Apr 2024 13:50:58 +0200 Subject: [PATCH] install correct typo in cp --- cryptlib/install-v1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptlib/install-v1.sh b/cryptlib/install-v1.sh index d240b8e..b4f368f 100644 --- a/cryptlib/install-v1.sh +++ b/cryptlib/install-v1.sh @@ -47,7 +47,7 @@ pemtrans: pemtrans.c EOF pushd $MSTEMPDIR/pemtrans-master &>/dev/null make &>/dev/null -cp pemtrams ${MYSTIC_DIR}/ +cp pemtrans ${MYSTIC_DIR}/ cp pemtrans.1 ${MYSTIC_DIR}/docs/ cp README ${MYSTIC_DIR}/docs/pemtrans_README popd &>/dev/null