aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-12 16:51:10 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-12 16:51:10 +0100
commitad4f3fff895a7af481275e16c72d8ec5fe88221e (patch)
treec6e21c212af946a7f5a54b84eda0cb40ea59e834 /Makefile
parentKeybinds update (diff)
downloadst-ad4f3fff895a7af481275e16c72d8ec5fe88221e.tar.gz
st-ad4f3fff895a7af481275e16c72d8ec5fe88221e.tar.bz2
st-ad4f3fff895a7af481275e16c72d8ec5fe88221e.tar.xz
st-ad4f3fff895a7af481275e16c72d8ec5fe88221e.tar.zst
st-ad4f3fff895a7af481275e16c72d8ec5fe88221e.zip
Key update and new patch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 02958f2..e4341b6 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,7 @@ dist: clean
install: st
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp -f st $(DESTDIR)$(PREFIX)/bin
+ cp -f st-cpyout $(DESTDIR)$(PREFIX)/bin
chmod 755 $(DESTDIR)$(PREFIX)/bin/st
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
sed "s/VERSION/$(VERSION)/g" < st.1 > $(DESTDIR)$(MANPREFIX)/man1/st.1