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): use --destdir to properly install meson based …
Browse files Browse the repository at this point in the history
…applications instead of just cp manually
  • Loading branch information
sneexy-boi committed Sep 3, 2024
1 parent 73306d7 commit bce08dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/scripts/build-scripts/wayland.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ git clone https://github.com/ErikReider/SwayAudioIdleInhibit
cd SwayAudioIdleInhibit
meson build
ninja -C build
meson install -C build
cp build/sway-audio-idle-inhibit /tmp/wayland-built/usr/bin
meson install -C build --destdir "/tmp/wayland-built/usr"
#cp build/sway-audio-idle-inhibit /tmp/wayland-built/usr/bin

# wpaperd - https://github.com/danyspin97/wpaperd
cd /tmp
Expand All @@ -35,4 +35,4 @@ git clone https://github.com/ErikReider/SwayOSD
cd SwayOSD
meson setup build
ninja -C build
meson install -C build
meson install -C build --destdir "/tmp/wayland-built/usr"

0 comments on commit bce08dd

Please sign in to comment.