summaryrefslogtreecommitdiff
path: root/nsxiv/Makefile
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-06-20 19:28:33 +0000
committerstkhan <personal@slickd.xyz>2022-06-20 19:28:33 +0000
commit513b0e238b98f72a01d740a0bd99a3739918645c (patch)
tree34a4f02f378d4752ffcfa1c797065ea0003ff1da /nsxiv/Makefile
parent9f1aa9ea2554ad2b00108fb173b91a5371bcfce6 (diff)
nsxiv links to sxiv
Diffstat (limited to 'nsxiv/Makefile')
-rw-r--r--nsxiv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsxiv/Makefile b/nsxiv/Makefile
index ee3d753..0779d35 100644
--- a/nsxiv/Makefile
+++ b/nsxiv/Makefile
@@ -109,7 +109,7 @@ install: all
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp nsxiv $(DESTDIR)$(PREFIX)/bin/
chmod 755 $(DESTDIR)$(PREFIX)/bin/nsxiv
- ln $(DESTDIR)$(PREFIX)/bin/nsxiv $(DESTDIR)$(PREFIX)/bin/sxiv
+ ln -f $(DESTDIR)$(PREFIX)/bin/nsxiv $(DESTDIR)$(PREFIX)/bin/sxiv
@echo "INSTALL nsxiv.1"
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
sed "s!EGPREFIX!$(EGPREFIX)!g; s!PREFIX!$(PREFIX)!g; s!VERSION!$(VERSION)!g" nsxiv.1 \