Skip to content

Commit

Permalink
refactor: Update module files directory structure (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
zelikos authored Jul 21, 2024
1 parent 37e5f66 commit 90f7223
Show file tree
Hide file tree
Showing 74 changed files with 9 additions and 7 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions recipes/common/common-files.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
type: files
files:
- shared/usr: /usr
- shared/etc: /etc
- source: system_files/shared
destination: /
3 changes: 2 additions & 1 deletion recipes/gnome/gnome-files.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: files
files:
- gnome/usr: /usr
- source: system_files/gnome
destination: /
6 changes: 3 additions & 3 deletions recipes/gnome/zeliblue-deck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ modules:
- from-file: gnome/gnome-flatpaks.yml
- from-file: gnome/gnome-gschemas.yml

- type: files
files:
- deck/usr: /usr
- files:
- source: system_files/deck
destination: /

- type: rpm-ostree
repos:
Expand Down
3 changes: 2 additions & 1 deletion recipes/plasma/plasma-files.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
type: files
files:
- plasma/usr: /usr
- source: system_files/plasma
destination: /

0 comments on commit 90f7223

Please sign in to comment.