sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit c7f1c9d7cfc1bd905b8826a095c05dc96ac4bb7b
parent 16cb9b6e12bea7a5ebb2690aa60c5080332938fc
Author: aleks <aleks.stier@icloud.com>
Date:   Sun, 18 Aug 2019 22:50:17 +0200

[st][patch][desktopentry] Remove redundant sudo

Diffstat:
Mst.suckless.org/patches/desktopentry/st-desktopentry-0.8.2.diff | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/st.suckless.org/patches/desktopentry/st-desktopentry-0.8.2.diff b/st.suckless.org/patches/desktopentry/st-desktopentry-0.8.2.diff @@ -18,7 +18,7 @@ index 470ac86..0a58d61 100644 chmod 644 $(DESTDIR)$(MANPREFIX)/man1/st.1 tic -sx st.info @echo Please see the README file regarding the terminfo entry of st. -+ sudo cp -f st.desktop /usr/share/applications ++ cp -f st.desktop /usr/share/applications uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/st @@ -35,7 +35,7 @@ index 0000000..0663e37 +[Desktop Entry] +Type=Application +Name=st -+Comment=suckless terminal-emulator for X ++Comment=simple-terminal emulator for X +Icon=utilities-terminal +Exec=st +Categories=System;TerminalEmulator