summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 89d8887..7d37afd 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,6 @@ distclean: clean
install: all
mkdir -p $(BINDIR)
- install -Dm755 gmnisrv $(BINDIR)/gmnisrv
+ install -Dm755 gmnisrv $(DESTDIR)$(BINDIR)/gmnisrv
.PHONY: clean distclean docs install