Make include files and dirs bin-owned, to make sure bin can install them

This commit is contained in:
Ben Gras 2005-08-05 11:40:46 +00:00
parent 7e74927cdc
commit ad24bb4072

View file

@ -9,3 +9,4 @@ install::
-rm -rf $(INC)
mkdir -p $(INC)
tar cf - `find . -name '*.h'` | (cd $(INC) && tar xf -)
@chown -R bin $(INC)