summaryrefslogtreecommitdiff
path: root/nsxiv/Makefile
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2022-06-14 16:58:01 +0000
committerstkhan <personal@slickd.xyz>2022-06-14 16:58:01 +0000
commit03ebd259490c87eae0c3ae148150227cb5ba55f0 (patch)
tree4198fb0f37612e98cc4750579a36c8c0c6557302 /nsxiv/Makefile
parent6c5895d2338a8c08cdc4907db63e9dae8a7c8638 (diff)
sxiv links to nsxiv
Diffstat (limited to 'nsxiv/Makefile')
-rw-r--r--nsxiv/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/nsxiv/Makefile b/nsxiv/Makefile
index af9e63e..ee3d753 100644
--- a/nsxiv/Makefile
+++ b/nsxiv/Makefile
@@ -109,6 +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
@echo "INSTALL nsxiv.1"
mkdir -p $(DESTDIR)$(MANPREFIX)/man1
sed "s!EGPREFIX!$(EGPREFIX)!g; s!PREFIX!$(PREFIX)!g; s!VERSION!$(VERSION)!g" nsxiv.1 \