Skip to content

Commit

Permalink
fix(ublue, bling): fix motd typo (#100)
Browse files Browse the repository at this point in the history
Accidentally forgot to remove the ublue-motd reference there
  • Loading branch information
tulilirockz authored Jan 1, 2025
1 parent 43aaf05 commit ccb0d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ublue/bling/ublue-bling.spec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Universal Blue Bling CLI setup scripts
{{{ git_dir_setup_macro }}}

%install
install -Dm0755 ./src/%{name} %{buildroot}%{_libexecdir}/ublue-motd
install -Dm0755 ./src/%{name} %{buildroot}%{_libexecdir}/%{name}
# Intented to either be symlinked into the correct directories or be used directly
install -Dm0755 ./src/bling.sh %{buildroot}%{_datadir}/ublue-os/bling/bling.sh
install -Dm0755 ./src/bling.fish %{buildroot}%{_datadir}/ublue-os/bling/bling.fish
Expand Down

0 comments on commit ccb0d63

Please sign in to comment.