Skip to content

Commit

Permalink
wslview desktop: wrong bin dir called
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick330602 committed Sep 13, 2020
1 parent 19b2d75 commit c8c7674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/build/rpm/wslu.spec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ln -sf /usr/share/man/man1/wslview.1.gz %{?buildroot}/usr/share/man/man1/wstart.
%post
%{_sbindir}/update-alternatives --install %{_bindir}/www-browser www-browser %{_bindir}/wslview 1
%{_sbindir}/update-alternatives --install %{_bindir}/x-www-browser x-www-browser %{_bindir}/wslview 1
%{_sbindir}/date +"%s" | %{_sbindir}/tee /usr/share/wslu/updated_time >/dev/null
%{_bindir}/date +"%s" | %{_bindir}/tee /usr/share/wslu/updated_time >/dev/null
%{_bindir}/desktop-file-install --dir=/usr/share/applications /usr/share/wslu/wslview.desktop
%{_bindir}/update-desktop-database

Expand Down

0 comments on commit c8c7674

Please sign in to comment.