X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=userv.git;a=blobdiff_plain;f=Makefile.in;h=bfa02cd7a772f40a9a41e59a0e7011bd0bf320fd;hp=4339481598e147c2c9f2962955d24664bb3aac90;hb=a36c2e0235323aacb9c4ea55ae0201e656362059;hpb=f7dd4f74d0a6b3399fe694f80911657aec351ffd diff --git a/Makefile.in b/Makefile.in index 4339481..bfa02cd 100644 --- a/Makefile.in +++ b/Makefile.in @@ -59,7 +59,8 @@ all: daemon client install: all $(INSTALL_PROGRAM) -s -o root -g root -m 755 daemon $(sbindir)/uservd $(INSTALL_PROGRAM) -s -o root -g root -m 4755 client $(bindir)/userv - $(INSTALL) -d -o root -g root -m 2755 $(etcsubdir) + $(INSTALL) -d -o root -g root -m 2755 $(etcsubdir) \ + $(etcsubdir)/default.d $(etcsubdir)/services.d $(etcsubdir)/override.d if ! test -f $(etcsubdir)/system.default; then \ $(INSTALL_DATA) -o root -g root system.default $(etcsubdir); fi if ! test -f $(etcsubdir)/system.override; then \