Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
chore(mazurek-helper): don't install swayaudioidleinhibitor directly …
Browse files Browse the repository at this point in the history
…and instead manually move it into /usr/bin
  • Loading branch information
sneexy-boi committed Sep 4, 2024
1 parent f4758f9 commit 2ffdb23
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion containerfiles/mazurek-helper/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ COPY --from=go /tmp/go-built/usr /artifacts/usr
COPY --from=cargo /tmp/cargo-built/usr /artifacts/usr
COPY --from=catppuccin /tmp/catppuccin-gtk/usr /artifacts/usr
COPY --from=catppuccin /tmp/catppuccin-gtk/etc /artifacts/etc
RUN --from=wayland rm -rf /tmp/wayland-built/usr/local/
COPY --from=wayland /tmp/wayland-built/usr /artifacts/usr
4 changes: 2 additions & 2 deletions files/scripts/build-scripts/wayland.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ git clone https://github.com/ErikReider/SwayAudioIdleInhibit
cd SwayAudioIdleInhibit
meson build
ninja -C build
meson install -C build --destdir "/tmp/wayland-built"
mv /tmp/wayland-built/usr/local/bin/sway-audio-idle-inhibit /tmp/wayland-built/usr/bin
meson install -C build
mv /tmp/SwayAudioIdleInhibit/build/sway-audio-idle-inhibit /usr/bin

# wpaperd - https://github.com/danyspin97/wpaperd
cd /tmp
Expand Down
2 changes: 0 additions & 2 deletions recipes/sneexy/mazurek.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ modules:
- RUN chmod +x /usr/bin/unfuck_music
- RUN chmod +x /etc/sddm/sddm-useradd
# Copy self compiled software and allat
- RUN mkdir -p /usr/bin
- RUN mkdir -p /etc
- COPY --from=ghcr.io/sernik-tech/mazurek-helper /artifacts/usr /usr
- COPY --from=ghcr.io/sernik-tech/mazurek-helper /artifacts/etc /etc

Expand Down

0 comments on commit 2ffdb23

Please sign in to comment.