Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SPECS/aws-nitro-enclaves-cli.spec: Do not mangle shebangs
The package builder used for Amazon Linux 2023 mangles shebangs in the packaged scripts, but the new paths may not exist. For example, in the case of `hello.sh`, the shebang is rewritten from `#!/bin/sh` to `#!/usr/bin/sh`, but the latter path does not exist. This has the effect of preventing the "Hello Enclave" enclave from being instantiated. Therefore we disable shebang mangling for the entire package. Signed-off-by: Costin Lupu <[email protected]>
- Loading branch information