Merge pull request #352 from saradickinson/bugfix/make_runstatedir

Make sure the runstatedir exists
This commit is contained in:
wtoorop 2017-11-03 13:42:52 +01:00 committed by GitHub
commit b683cc4870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ install-stubby-files-windows: stubby.yml.windows
install-stubby: stubby install-stubby-files-@HOSTOS@
$(INSTALL) -m 755 -d $(DESTDIR)$(bindir)
$(LIBTOOL) --mode=install cp stubby $(DESTDIR)$(bindir)
$(INSTALL) -m 755 -d $(runstatedir)
uninstall-stubby:
$(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bindir)/stubby