Commit be5e22c0 authored by Lucas Russo's avatar Lucas Russo

cfg/Makefile: change config directory permissions to 755

parent a45c32a8
......@@ -24,7 +24,7 @@ CFG_FILES ?= $(wildcard *.cfg)
all:
install:
@mkdir -p $(CFG_DIR)
@mkdir -m 755 -p $(CFG_DIR)
$(foreach cfg,$(CFG_FILES),install -m 755 $(cfg) $(CFG_DIR)/ $(CMDSEP))
uninstall:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment