We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3e60e commit d5ad9f2Copy full SHA for d5ad9f2
Makefile
@@ -6,6 +6,6 @@ all:
6
7
install:
8
install -d $(BIN) $(LIBDIR)
9
- install -o bind -g bind -m 775 -d $(CONFDIR)
+ install -o root -g root -m 775 -d $(CONFDIR)
10
install -m755 pymds $(BIN)
11
install -m755 *.py $(LIBDIR)
0 commit comments