un chemin relatif ne peut visiblement pas contenir de variable
This commit is contained in:
@@ -16,7 +16,7 @@ in
|
||||
# Files to copy to the liveCD
|
||||
isoImage.contents = [
|
||||
{
|
||||
source = "./${custom-generator}";
|
||||
source = ./generate-config.sh;
|
||||
target = "/custom/${custom-generator}";
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user