aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-12-30 09:42:19 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-12-30 09:42:19 +0530
commitda915412522734dd15f234e03beaf4b181753330 (patch)
treea3a5316d1fbfc94d42eb2ecc4fd73ef65e17e503 /Makefile
parentc39d821bd542de077e37421e34c6a8c22e48f584 (diff)
parent30f5063474a70835d0178ffc12521a3e0fb1ef8b (diff)
Merge remote-tracking branch 'upstream/main' into compromyse
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8db7409..578194f 100644
--- a/Makefile
+++ b/Makefile
@@ -61,6 +61,7 @@ dist: clean
install: dwl
mkdir -p $(DESTDIR)$(PREFIX)/bin
+ rm -f $(DESTDIR)$(PREFIX)/bin/dwl
cp -f dwl $(DESTDIR)$(PREFIX)/bin
chmod 755 $(DESTDIR)$(PREFIX)/bin/dwl
mkdir -p $(DESTDIR)$(MANDIR)/man1