diff options
author | Ian Lynagh <igloo@earth.li> | 2009-01-18 11:06:54 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-01-18 11:06:54 +0000 |
commit | c91e9cf11cc855ba54b503a0f37b05d5e40a92b8 (patch) | |
tree | e08d003c9fc7965f15995c51f8fffb64af52f81f /distrib | |
parent | 1b3d6042138d884841df3bc530b022dc13c5f296 (diff) | |
download | haskell-c91e9cf11cc855ba54b503a0f37b05d5e40a92b8.tar.gz |
Create package.conf when installing a bindist
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 |