Add dependency on chrony.txt to install target
This commit is contained in:
parent
9c398051bb
commit
169eee6792
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ getdate :
|
|||
# For install, don't use the install command, because its switches
|
||||
# seem to vary between systems.
|
||||
|
||||
install: chronyd chronyc
|
||||
install: chronyd chronyc chrony.txt
|
||||
[ -d $(DESTDIR)$(SYSCONFDIR) ] || mkdir -p $(DESTDIR)$(SYSCONFDIR)
|
||||
[ -d $(DESTDIR)$(SBINDIR) ] || mkdir -p $(DESTDIR)$(SBINDIR)
|
||||
[ -d $(DESTDIR)$(BINDIR) ] || mkdir -p $(DESTDIR)$(BINDIR)
|
||||
|
|
Loading…
Reference in a new issue