Separate out usr directory copies

This commit is contained in:
gmpinder
2023-06-04 11:00:55 -04:00
parent edfb84e58d
commit 0b96ebb4d1

View File

@@ -29,7 +29,10 @@ ARG RECIPE=./recipe.yml
# templates on immutable Fedora distros, whereas the normal "/etc" is ONLY meant
# for manual overrides and editing by the machine's admin AFTER installation!
# See issue #28 (https://github.com/ublue-os/startingpoint/issues/28).
COPY usr /usr
COPY usr/bin /usr/bin
COPY usr/lib /usr/lib
COPY usr/local /usr/local
COPY usr/share /usr/share
# Copy the recipe that we're building.
COPY ${RECIPE} /usr/share/ublue-os/recipe.yml