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): fix rinstall command
Browse files Browse the repository at this point in the history
  • Loading branch information
sneexy-boi committed Sep 3, 2024
1 parent 27cc73e commit d7d68e7
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 -y -D "/tmp/wayland-built"
rinstall install -D "/tmp/wayland-built" -y

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

0 comments on commit d7d68e7

Please sign in to comment.