From c91e9cf11cc855ba54b503a0f37b05d5e40a92b8 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 18 Jan 2009 11:06:54 +0000 Subject: [PATCH] Create package.conf when installing a bindist --- distrib/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distrib/Makefile b/distrib/Makefile index 5dd230b..f1d63bc 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 -- 1.7.10.4