aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHarry Jeffery <harry@exec64.co.uk>2019-08-18 14:20:28 +0100
committerHarry Jeffery <harry@exec64.co.uk>2019-08-18 14:20:28 +0100
commitaa40dba4c4caa79f402e9cf5907f59e0d4d830e1 (patch)
tree1b3fc01f4608711620734844d919aa51e6215aec /Makefile
parenteaa2a69bd44179b024051f3d1a09143e17ad5df8 (diff)
downloadimv-aa40dba4c4caa79f402e9cf5907f59e0d4d830e1.tar.gz
Move src/imv.sh to files/imv
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dcb38f5..122fad3 100644
--- a/Makefile
+++ b/Makefile
@@ -150,7 +150,7 @@ else ifeq ($(WINDOWS),x11)
else ifeq ($(WINDOWS),all)
$(INSTALL_PROGRAM) $(TARGET_WL) $(DESTDIR)$(BINPREFIX)/imv-wl
$(INSTALL_PROGRAM) $(TARGET_X11) $(DESTDIR)$(BINPREFIX)/imv-x11
- $(INSTALL_PROGRAM) src/imv.sh $(DESTDIR)$(BINPREFIX)/imv
+ $(INSTALL_PROGRAM) files/imv $(DESTDIR)$(BINPREFIX)/imv
endif
$(INSTALL_PROGRAM) $(TARGET_MSG) $(DESTDIR)$(BINPREFIX)/imv-msg
mkdir -p $(DESTDIR)$(MANPREFIX)/man1