Merge pull request #355 from saradickinson/bugfix/create_runstatedir

Add DESTDIR to runstatedir creation path
This commit is contained in:
wtoorop 2017-11-08 12:48:50 +01:00 committed by GitHub
commit 81bfa68440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +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)
$(INSTALL) -m 755 -d $(DESTDIR)$(runstatedir)
uninstall-stubby:
$(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bindir)/stubby