summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b1a8662..7c6a915 100644
--- a/Makefile
+++ b/Makefile
@@ -115,8 +115,8 @@ install-lib: $(SOFILE)
install -D $^ $(DESTDIR)$(LIBDIR)/$^.$(APIVERSION)
install-conf:
- @mkdir -p $(PLGCONFDIR)
- @if [ ! -f $(PLGCONFDIR)/override.conf ]; then cp conf/override.conf $(PLGCONFDIR); fi;
+ @mkdir -p $(DESTDIR)$(PLGCONFDIR)
+ @if [ ! -f $(DESTDIR)$(PLGCONFDIR)/override.conf ]; then cp conf/override.conf $(DESTDIR)$(PLGCONFDIR); fi;
install: install-lib install-i18n install-conf