summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 80f8b3f929..e86ec5a992 100644
--- a/Makefile
+++ b/Makefile
@@ -209,6 +209,8 @@ install-strip:
# Same as default rule, but we pass $(INSTALL_STAGE) to $(MAKE) too
install :: check-packages
+ $(MKDIRHIER) $(DESTDIR)$(datadir)
+ echo "[]" > $(DESTDIR)$(datadir)/package.conf
@case '${MFLAGS}' in *-[ik]*) x_on_err=0;; *-r*[ik]*) x_on_err=0;; *) x_on_err=1;; esac; \
for i in $(SUBDIRS); do \
echo "------------------------------------------------------------------------"; \