aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMateja <mail@matejamaric.com>2021-04-10 22:48:43 +0200
committerMateja <mail@matejamaric.com>2021-04-10 22:48:43 +0200
commit7e7809ed5442d04707ba3dc771ba03ebef3528b5 (patch)
treeee28638095ff415c9351664839b0e25fc5da9356 /Makefile
parent49c3b708376d9632c81cdf386b1c47732a9147c4 (diff)
downloadst-7e7809ed5442d04707ba3dc771ba03ebef3528b5.tar.gz
st-7e7809ed5442d04707ba3dc771ba03ebef3528b5.zip
Add `st-urlhandler`.v1.4.0
From: https://github.com/LukeSmithxyz/st
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index be32361..7075407 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,8 @@ install: st
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp -f st $(DESTDIR)$(PREFIX)/bin
chmod 755 $(DESTDIR)$(PREFIX)/bin/st
+ cp -f st-urlhandler $(DESTDIR)$(PREFIX)/bin
+ chmod 755 $(DESTDIR)$(PREFIX)/bin
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
sed "s/VERSION/$(VERSION)/g" < st.1 > $(DESTDIR)$(MANPREFIX)/man1/st.1
chmod 644 $(DESTDIR)$(MANPREFIX)/man1/st.1
@@ -55,6 +57,7 @@ install: st
uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/st
+ rm -f $(DESTDIR)$(PREFIX)/bin/st-urlhandler
rm -f $(DESTDIR)$(MANPREFIX)/man1/st.1
rm -f $(DESTDIR)$(PREFIX)/share/applications/st.desktop