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): try -D instead of --destdfir
Browse files Browse the repository at this point in the history
  • Loading branch information
sneexy-boi committed Sep 3, 2024
1 parent 8f0b459 commit 27cc73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/scripts/build-scripts/wayland.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ git clone https://github.com/danyspin97/wpaperd
cd wpaperd
cargo build --release
scdoc < man/wpaperd-output.5.scd > man/wpaperd-output.5
rinstall --destdir "/tmp/wayland-built" --yes
rinstall -y -D "/tmp/wayland-built"

cd target/release
cp wpaperd /tmp/wayland-built/usr/bin
Expand Down

0 comments on commit 27cc73e

Please sign in to comment.