Create directories with the proper permissions
This commit is contained in:
parent
63821a30e6
commit
9888d11768
|
@ -29,7 +29,7 @@ PREFIX="/usr/local"
|
||||||
. "../config.sh"
|
. "../config.sh"
|
||||||
DEBUG="_debug"
|
DEBUG="_debug"
|
||||||
INSTALL="install -m 0644"
|
INSTALL="install -m 0644"
|
||||||
MKDIR="mkdir -p"
|
MKDIR="mkdir -m 0755 -p"
|
||||||
RM="rm -f"
|
RM="rm -f"
|
||||||
XSLTPROC="xsltproc --nonet --xinclude"
|
XSLTPROC="xsltproc --nonet --xinclude"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user