Skip to content

Commit

Permalink
avoid crashing already running st when reinstalled
Browse files Browse the repository at this point in the history
  • Loading branch information
gokberkgunes committed Nov 9, 2024
1 parent de7b99c commit eaee554
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ dist: clean

install: st
mkdir -p $(DESTDIR)$(PREFIX)/bin
rm -f $(DESTDIR)$(PREFIX)/bin/st
cp -f st $(DESTDIR)$(PREFIX)/bin
chmod 755 $(DESTDIR)$(PREFIX)/bin/st
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
Expand Down

0 comments on commit eaee554

Please sign in to comment.