diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-03-26 15:42:44 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-03-26 15:44:53 +0100 |
| commit | bb6de6c77825bd25e93f1e31b737fef4a4715ca8 (patch) | |
| tree | 2369627458c3fd78bf5a47c4fbf78a5f690318a0 /nist/package-python.sh | |
| parent | ef905e42e625f54ed5b9d9042387d9a8e2510fa0 (diff) | |
| download | lilliput-ae-implem-bb6de6c77825bd25e93f1e31b737fef4a4715ca8.tar.xz | |
[implem-vhdl] Ajout dans le répertoire de soumission
Diffstat (limited to 'nist/package-python.sh')
| -rwxr-xr-x | nist/package-python.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nist/package-python.sh b/nist/package-python.sh index 88c4ef1..8d64e9f 100755 --- a/nist/package-python.sh +++ b/nist/package-python.sh @@ -2,6 +2,7 @@ set -eu +DEST_DIR=$1 NIST_DIR=$(dirname $0) ROOT=${NIST_DIR}/.. ADD_PYTHON=${ROOT}/src/add_python @@ -15,7 +16,7 @@ add-variant () local -A names=([1]=lilliputaei [2]=lilliputaeii) - variant_dir=crypto_aead/${names[${mode}]}${keylen}v1 + local variant_dir=${DEST_DIR}/crypto_aead/${names[${mode}]}${keylen}v1 cp -r ${ADD_PYTHON} ${variant_dir} |
