summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-09-05 00:30:16 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-09-05 00:30:16 +0400
commit703b472d4155423c546a8c5de464db5575b5d06a (patch)
treef0de50cede83006741e2ce47cff46fb5d6dbf564 /Makefile
parent27583cbb0d3174af5cf495e71ff06355ceb26bfa (diff)
makefile install slreload
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7a18274..c531c18 100644
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,8 @@ install: all
mkdir -p "$(DESTDIR)$(PREFIX)/bin"
cp -f slstatus "$(DESTDIR)$(PREFIX)/bin"
chmod 755 "$(DESTDIR)$(PREFIX)/bin/slstatus"
+ cp -f slreload "$(DESTDIR)$(PREFIX)/bin"
+ chmod 755 "$(DESTDIR)$(PREFIX)/bin/slreload"
mkdir -p "$(DESTDIR)$(MANPREFIX)/man1"
cp -f slstatus.1 "$(DESTDIR)$(MANPREFIX)/man1"
chmod 644 "$(DESTDIR)$(MANPREFIX)/man1/slstatus.1"