From 5ee2fb838b43ccb2fa04b0c6177c4f8372a75dd6 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 20 Apr 2024 13:40:04 +0200 Subject: [PATCH] move pemtrans compile to install script --- 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 187f384..c406f73 100644 --- a/cryptlib/install-v1.sh +++ b/cryptlib/install-v1.sh @@ -46,7 +46,7 @@ pemtrans: pemtrans.c EOF pushd $MSTEMPDIR/pemtrans-master &>/dev/null -make &>/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