Skip to content

Commit d5ad9f2

Browse files
Do not assume BIND is installed
1 parent 2e3e60e commit d5ad9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ all:
66

77
install:
88
install -d $(BIN) $(LIBDIR)
9-
install -o bind -g bind -m 775 -d $(CONFDIR)
9+
install -o root -g root -m 775 -d $(CONFDIR)
1010
install -m755 pymds $(BIN)
1111
install -m755 *.py $(LIBDIR)

0 commit comments

Comments
 (0)