Skip to content

Commit 26a0adc

Browse files
committed
Move some more files to BlueBuild management
1 parent bb22c38 commit 26a0adc

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

containerfiles/main/Containerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ COPY bin/* /usr/bin/
5555
COPY sbin/* /usr/sbin/
5656
COPY systemd/* /usr/lib/systemd/system/
5757
COPY desktops/* /usr/share/applications/
58-
COPY misc/seagl-state-dir.conf /usr/lib/tmpfiles.d/
59-
COPY icon/seagl-logo-icon.svg /usr/share/icons/hicolor/scalable/places/
6058

6159
RUN mkdir -p /var/lib/alternatives && \
6260
/tmp/build.sh && \
File renamed without changes.

icon/seagl-logo-icon.svg renamed to files/usr/share/icons/hicolor/scalable/places/seagl-logo-icon.svg

File renamed without changes.

recipes/recipe.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ modules:
3333
- zz1-suppress-autosuspend.gschema.override
3434
- type: files
3535
files:
36+
- source: usr
37+
destination: /usr
3638
- source: etc
3739
destination: /etc
3840
# TODO lol should this just use the above directory? I didn't because then it makes the dir hidden in the development repo filesystem...

0 commit comments

Comments
 (0)