From ad24bb4072714d1ed0b2e543e9d246e149e990b0 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 5 Aug 2005 11:40:46 +0000 Subject: [PATCH] Make include files and dirs bin-owned, to make sure bin can install them --- include/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/include/Makefile b/include/Makefile index 4bf2f3ee9..b79120974 100644 --- a/include/Makefile +++ b/include/Makefile @@ -9,3 +9,4 @@ install:: -rm -rf $(INC) mkdir -p $(INC) tar cf - `find . -name '*.h'` | (cd $(INC) && tar xf -) + @chown -R bin $(INC)