Make include files and dirs bin-owned, to make sure bin can install them
This commit is contained in:
@@ -9,3 +9,4 @@ install::
|
||||
-rm -rf $(INC)
|
||||
mkdir -p $(INC)
|
||||
tar cf - `find . -name '*.h'` | (cd $(INC) && tar xf -)
|
||||
@chown -R bin $(INC)
|
||||
|
||||
Reference in New Issue
Block a user