aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2014-01-02 23:19:31 +0100
committerBert Münnich <ber.t@posteo.de>2014-01-02 23:19:31 +0100
commitf2e0c492bd784a3a927550187e21cfbc6bbb0939 (patch)
treeb5cf82fa59a82598adc4c4ab50b731f50f71a7bf /Makefile
parentb2eae528ed54c3ee1509e410686fabc1c7ecc0b4 (diff)
downloadnsxiv-f2e0c492bd784a3a927550187e21cfbc6bbb0939.tar.zst
Moved external shell commands into exec/key-handler script
Gets called on all unset key mappings. Arguments are: key combo and current file. Thanks to Francesco Orsenigo (xarvh) for the idea.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 17dccb4..cf611c3 100644
--- a/Makefile
+++ b/Makefile
@@ -35,8 +35,8 @@ install: all
sed "s!PREFIX!$(PREFIX)!g; s!VERSION!$(VERSION)!g" sxiv.1 > $(DESTDIR)$(MANPREFIX)/man1/sxiv.1
chmod 644 $(DESTDIR)$(MANPREFIX)/man1/sxiv.1
mkdir -p $(DESTDIR)$(PREFIX)/share/sxiv/exec
- cp image-info $(DESTDIR)$(PREFIX)/share/sxiv/exec/image-info
- chmod 755 $(DESTDIR)$(PREFIX)/share/sxiv/exec/image-info
+ cp exec/* $(DESTDIR)$(PREFIX)/share/sxiv/exec/
+ chmod 755 $(DESTDIR)$(PREFIX)/share/sxiv/exec/*
uninstall:
rm -f $(DESTDIR)$(PREFIX)/bin/sxiv