build: don't install /run files

They're volatile and created during runtime.

(cherry picked from commit b4e1d4794e)
This commit is contained in:
Lubomir Rintel 2017-01-29 11:52:31 +01:00
parent 38cef9de7a
commit c8540ec75e

View file

@ -4189,7 +4189,6 @@ install-exec-hook: $(install_exec_hook)
install-exec-local: $(install_exec_local)
install-data-hook: $(install_data_hook)
$(mkinstalldirs) -m 0755 $(DESTDIR)$(rundir)
$(mkinstalldirs) -m 0700 $(DESTDIR)$(statedir)
$(mkinstalldirs) -m 0755 $(DESTDIR)$(pkglibdir)