fix!: move recipe.yml to standardized location

This commit is contained in:
Arcitec
2023-05-10 18:42:21 +02:00
committed by Eino Rauhala
parent 6ecd35bc91
commit 077e7243f2
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ RUN mkdir /tmp/scripts
COPY scripts /tmp/scripts
RUN find /tmp/scripts -type f -exec chmod +x {} \;
COPY ${RECIPE} /usr/etc/ublue-recipe.yml
COPY ${RECIPE} /usr/share/ublue-os/recipe.yml
# yq used in build.sh and the setup-flatpaks recipe to read the recipe.yml
# copied from the official container image as it's not avaible as an rpm