diff options
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index 5dd230be44..f1d63bc28e 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -19,6 +19,8 @@ install-strip: install :: $(INSTALL_DIR) $(bindir) + $(INSTALL_DIR) $(datadir) + echo "[]" > $(datadir)/package.conf install:: $(MAKE) -C includes install DOING_BIN_DIST=YES |