From c57f7ff4a31f3f923b0c19014b8e1ad164a0e068 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 20 Apr 2024 13:48:33 +0200 Subject: [PATCH] install correct cp command --- cryptlib/install-v1.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cryptlib/install-v1.sh b/cryptlib/install-v1.sh index 9a41176..d240b8e 100644 --- a/cryptlib/install-v1.sh +++ b/cryptlib/install-v1.sh @@ -47,9 +47,9 @@ pemtrans: pemtrans.c EOF pushd $MSTEMPDIR/pemtrans-master &>/dev/null make &>/dev/null -cp pemtrams ${MYSTIC_DIR}/ &>/dev/null -cp pemtrans.1 ${MYSTIC_DIR}/docs/ &>/dev/null -cp README ${MYSTIC_DIR}/docs/pemtrans_README &>/dev/null +cp pemtrams ${MYSTIC_DIR}/ +cp pemtrans.1 ${MYSTIC_DIR}/docs/ +cp README ${MYSTIC_DIR}/docs/pemtrans_README popd &>/dev/null apt purge -y gcc g++ cpp &>/dev/null