Switch to just usr/

This commit is contained in:
Gerald Pinder
2023-08-05 15:20:32 -04:00
parent c5d256bd67
commit d131c8ca9a
10 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ ARG RECIPE=recipe-framework-13.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-common/ /usr
COPY usr/ /usr
COPY ${USR_DIR}/ /usr
# Copy the recipe that we're building.