From d131c8ca9ad8581ecd9b1d78dfa6a02ed56ed69b Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Sat, 5 Aug 2023 15:20:32 -0400 Subject: [PATCH] Switch to just usr/ --- Containerfile.cp | 2 +- Containerfile.jp | 2 +- {usr-common => usr}/bin/ublue-nix-install | 0 {usr-common => usr}/bin/ublue-nix-uninstall | 0 .../ublue-os/firstboot/launcher/autostart.desktop | 0 .../share/ublue-os/firstboot/launcher/autostart.sh | 0 .../firstboot/launcher/launcher-flowchart.png | Bin .../ublue-os/firstboot/launcher/login-profile.sh | 0 .../share/ublue-os/firstboot/yafti.yml | 0 {usr-common => usr}/share/ublue-os/just/custom.just | 0 10 files changed, 2 insertions(+), 2 deletions(-) rename {usr-common => usr}/bin/ublue-nix-install (100%) rename {usr-common => usr}/bin/ublue-nix-uninstall (100%) rename {usr-common => usr}/share/ublue-os/firstboot/launcher/autostart.desktop (100%) rename {usr-common => usr}/share/ublue-os/firstboot/launcher/autostart.sh (100%) rename {usr-common => usr}/share/ublue-os/firstboot/launcher/launcher-flowchart.png (100%) rename {usr-common => usr}/share/ublue-os/firstboot/launcher/login-profile.sh (100%) rename {usr-common => usr}/share/ublue-os/firstboot/yafti.yml (100%) rename {usr-common => usr}/share/ublue-os/just/custom.just (100%) diff --git a/Containerfile.cp b/Containerfile.cp index 0af3b54..79eabaa 100644 --- a/Containerfile.cp +++ b/Containerfile.cp @@ -24,7 +24,7 @@ ARG RECIPE=recipe-c.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. diff --git a/Containerfile.jp b/Containerfile.jp index 6ab31ee..499f076 100644 --- a/Containerfile.jp +++ b/Containerfile.jp @@ -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. diff --git a/usr-common/bin/ublue-nix-install b/usr/bin/ublue-nix-install similarity index 100% rename from usr-common/bin/ublue-nix-install rename to usr/bin/ublue-nix-install diff --git a/usr-common/bin/ublue-nix-uninstall b/usr/bin/ublue-nix-uninstall similarity index 100% rename from usr-common/bin/ublue-nix-uninstall rename to usr/bin/ublue-nix-uninstall diff --git a/usr-common/share/ublue-os/firstboot/launcher/autostart.desktop b/usr/share/ublue-os/firstboot/launcher/autostart.desktop similarity index 100% rename from usr-common/share/ublue-os/firstboot/launcher/autostart.desktop rename to usr/share/ublue-os/firstboot/launcher/autostart.desktop diff --git a/usr-common/share/ublue-os/firstboot/launcher/autostart.sh b/usr/share/ublue-os/firstboot/launcher/autostart.sh similarity index 100% rename from usr-common/share/ublue-os/firstboot/launcher/autostart.sh rename to usr/share/ublue-os/firstboot/launcher/autostart.sh diff --git a/usr-common/share/ublue-os/firstboot/launcher/launcher-flowchart.png b/usr/share/ublue-os/firstboot/launcher/launcher-flowchart.png similarity index 100% rename from usr-common/share/ublue-os/firstboot/launcher/launcher-flowchart.png rename to usr/share/ublue-os/firstboot/launcher/launcher-flowchart.png diff --git a/usr-common/share/ublue-os/firstboot/launcher/login-profile.sh b/usr/share/ublue-os/firstboot/launcher/login-profile.sh similarity index 100% rename from usr-common/share/ublue-os/firstboot/launcher/login-profile.sh rename to usr/share/ublue-os/firstboot/launcher/login-profile.sh diff --git a/usr-common/share/ublue-os/firstboot/yafti.yml b/usr/share/ublue-os/firstboot/yafti.yml similarity index 100% rename from usr-common/share/ublue-os/firstboot/yafti.yml rename to usr/share/ublue-os/firstboot/yafti.yml diff --git a/usr-common/share/ublue-os/just/custom.just b/usr/share/ublue-os/just/custom.just similarity index 100% rename from usr-common/share/ublue-os/just/custom.just rename to usr/share/ublue-os/just/custom.just