base hello docker example

This commit is contained in:
Olof Hagsand 2019-08-17 14:55:44 +00:00
parent ee329ee382
commit 388da01d0b
2 changed files with 4 additions and 7 deletions

View file

@ -118,8 +118,8 @@ clean:
distclean: clean
rm -f Makefile *~ .depend
install: $(YANGSPECS) $(CLISPECS) $(PLUGINS) $(APPNAME).xml
install -d -m 0755 $(dir $(DESTDIR)$(CLIXON_DEFAULT_CONFIG))
install -m 0644 $(APPNAME).xml $(DESTDIR)$(CLIXON_DEFAULT_CONFIG)
install -d -m 0755 $(DESTDIR)$(libdir)/$(APPNAME)
install -d -m 0755 $(DESTDIR)$(libdir)/$(APPNAME)/clispec