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 | d796c93e30ea9a4901bbc760f26f14ba7e54cad3 (patch) | |
| tree | 2369627458c3fd78bf5a47c4fbf78a5f690318a0 /nist/package-python.sh | |
| parent | d522f00fa80c91da25aff834f446c285e4654e7b (diff) | |
| download | lilliput-ae-implem-d796c93e30ea9a4901bbc760f26f14ba7e54cad3.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} |
