forked from rosa/hakurei
internal/rosa: use string pair for files
This is a much cleaner representation than the separator syntax. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user