Separate out usr directory copies
This commit is contained in:
@@ -29,7 +29,10 @@ ARG RECIPE=./recipe.yml
|
|||||||
# templates on immutable Fedora distros, whereas the normal "/etc" is ONLY meant
|
# templates on immutable Fedora distros, whereas the normal "/etc" is ONLY meant
|
||||||
# for manual overrides and editing by the machine's admin AFTER installation!
|
# for manual overrides and editing by the machine's admin AFTER installation!
|
||||||
# See issue #28 (https://github.com/ublue-os/startingpoint/issues/28).
|
# 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 the recipe that we're building.
|
||||||
COPY ${RECIPE} /usr/share/ublue-os/recipe.yml
|
COPY ${RECIPE} /usr/share/ublue-os/recipe.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user