Skip to content

Commit

Permalink
fix: remove empty image-specific file dirs
Browse files Browse the repository at this point in the history
the copy didn't work since the only file was a dotfile, which the command used cant find
  • Loading branch information
noahdotpy committed Jan 8, 2024
1 parent 97c10b9 commit 5fd7506
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
Empty file removed config/files/bazzite/usr/.gitkeep
Empty file.
Empty file removed config/files/kinoite/usr/.gitkeep
Empty file.
7 changes: 4 additions & 3 deletions config/recipe-bazzite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ modules:
- from-file: common-packages.yml
- from-file: common-scripts.yml

- type: files
files:
- bazzite/usr: /usr
# - type: files
# files:
# - bazzite/usr: /usr

7 changes: 4 additions & 3 deletions config/recipe-kinoite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ modules:

- from-file: packages-kinoite.yml

- type: files
files:
- kinoite/usr: /usr
# - type: files
# files:
# - kinoite/usr: /usr

0 comments on commit 5fd7506

Please sign in to comment.