diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-21 14:07:20 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-21 14:07:20 +0900 |
| commit | 443a7a30f618c32fea6e564f0fcf0822a0d43538 (patch) | |
| tree | 8b52b0e75d9b00e3a560179eef800cdd62015107 /internal/rosa/package/libarchive | |
| parent | 497e4a564200dd51fdd950e1b83e7a5722e74a4c (diff) | |
internal/rosa: use string pair for files
This is a much cleaner representation than the separator syntax.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/package/libarchive')
| -rw-r--r-- | internal/rosa/package/libarchive/package.az | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/package/libarchive/package.az b/internal/rosa/package/libarchive/package.az index 2816e299..73b87804 100644 --- a/internal/rosa/package/libarchive/package.az +++ b/internal/rosa/package/libarchive/package.az @@ -10,7 +10,7 @@ package libarchive { checksum = "CUJK4MDQmZmATClgQBH2Wt-7Ts4iiSUlg1J_TVb6-5IK3rVUgVLIMc5k-bnWB9w3"; }; - files = [ "CTestCustom.cmake" ]; + files = { "CTestCustom.cmake"; }; writable = true; early = "\ninstall -Dv /usr/src/CTestCustom.cmake /cure/\n"; |
