This commit is contained in:
Mayel de Borniol 2022-04-07 18:13:35 +12:00
parent 9a4aef9341
commit b7bba4ce92

View file

@ -350,6 +350,7 @@ rel.env:
rel.config.prepare: rel.env # copy current flavour's config, without using symlinks
rm -rf ./data/current_flavour
mkdir data
@cp -rfL $(FLAVOUR_PATH) ./data/current_flavour
rel.prepare: rel.env rel.config.prepare # copy current flavour's config, without using symlinks