summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index af8b6edc..668d2ebb 100644
--- a/Makefile
+++ b/Makefile
@@ -69,6 +69,14 @@ install-data: all
install -m 644 $$file $(DESTDIR)$(DATADIR)/$(REAL_NAME)/$$file; \
fi \
done
+ @#Modules
+ install -d $(DESTDIR)$(DATADIR)/$(REAL_NAME)/$(MODULEDIR)
+ for file in $(MODULEDIR)/*; do \
+ if [ -f $$file ]; then \
+ install -m 644 $$file $(DESTDIR)$(DATADIR)/$(REAL_NAME)/$$file; \
+ fi \
+ done
+
ifdef BASHCOMPLETION
install -d $(DESTDIR)/$(BASHCOMPLETION)
install -m 644 $(CONTRIBDIR)/bash-completion $(DESTDIR)/$(BASHCOMPLETION)/dwb