diff options
| author | 2024-12-18 21:20:24 +0900 | |
|---|---|---|
| committer | 2024-12-18 21:21:48 +0900 | |
| commit | 88b268c9f16b64a96d43d46cd3db0c00a30efb0b (patch) | |
| tree | 8d2a5927b0fd839800292334e96f4a9d4dfef011 /config.sh | |
| parent | a10cb63d957190aed41074f1e303a50c6ddef2ee (diff) | |
| download | kiwi-descriptions-88b268c9f16b64a96d43d46cd3db0c00a30efb0b.tar.gz kiwi-descriptions-88b268c9f16b64a96d43d46cd3db0c00a30efb0b.zip | |
teams/asahi: Add readlink binary
Potentially needed for path resolution to work properly in scripts.
Diffstat (limited to 'config.sh')
| -rwxr-xr-x | config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -375,6 +375,7 @@ if [[ "$kiwi_profiles" == *"FEX"* ]]; then \! -name stat -a \ \! -name dirname -a \ \! -name realpath -a \ + \! -name readlink -a \ \! -name basename -a \ \! -name nproc -a \ \! -name uname -a \ |