Example: fixed mismatch between install dirs and DIRs in example.xml.in
Docker: Removed example from test container, fixed example container
This commit is contained in:
parent
a8c4e8699c
commit
2db5961169
8 changed files with 14 additions and 58 deletions
|
|
@ -188,7 +188,8 @@ ifdef with_restconf
|
|||
endif
|
||||
install -d -m 0755 $(DESTDIR)$(libdir)/$(APPNAME)/clispec
|
||||
install -m 0644 $(CLISPECS) $(DESTDIR)$(libdir)/$(APPNAME)/clispec
|
||||
install -d -m 0755 $(DESTDIR)$(localstatedir)/$(APPNAME)
|
||||
install -d -m 0755 $(DESTDIR)$(localstatedir)/$(APPNAME) # This is for XMLDB_DIR
|
||||
install -d -m 0755 $(DESTDIR)$(localstatedir)/run # This is for PID and SOCK
|
||||
|
||||
uninstall:
|
||||
rm -rf $(DESTDIR)$(sysconfdir)/$(APPNAME).xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue