aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 94f49ec..5bb1bca 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -73,7 +73,8 @@ install: build
$(INSTALL_BINARY) $(TARGETS) $(bindir)
$(INSTALL_DATA) vconsole.man $(mandir)/man1/vconsole.1
$(INSTALL_DATA) $(DESKTOP) $(appdir)
- $(INSTALL_DATA) $(SERVICE) /usr/lib/systemd/system
+ $(INSTALL_DIR) $(DESTDIR)/usr/lib/systemd/system
+ $(INSTALL_DATA) $(SERVICE) $(DESTDIR)/usr/lib/systemd/system
valgrind: vconsole
rm -f valgrind.log