diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2017-01-29 11:52:31 +0100 |
---|---|---|
committer | Lubomir Rintel <lkundrak@v3.sk> | 2017-01-29 12:28:55 +0100 |
commit | b4e1d4794e93168019f202ae517a9bd25e9b949f (patch) | |
tree | 9bcc1901487ec2915c84fa58da7780b2eb63f5d5 | |
parent | cd267cceed291a780fa7540dfcd9f26d8b99ecee (diff) |
build: don't install /run files
They're volatile and created during runtime.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 462dabfb0..5f7905f98 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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) |