minor conciseness issues..

This commit is contained in:
pika 2025-05-19 19:03:24 +02:00
parent d250365cc1
commit 5fd2040977

View file

@ -54,9 +54,9 @@
cd $cloneDir/swww || echo_error "error.."
echo_pkg build "Building swww from source.."
echo_pkg build
if run cargo build --release; then
echo_pkg install "Installing swww and swww-daemon to /bin"
echo_pkg install
$_sudo cp target/release/swww{,-daemon} /bin/
else
echo_error "Could not build with cargo build --release.."