diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-10-25 12:46:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-10-25 12:46:11 +0000 |
commit | 4cdd329782389d74ccf390946960ef90511563c9 (patch) | |
tree | 1cdd54468ca3804b9df8a5a9e5f690055a41f517 | |
parent | Changing installation of systemd support packages to workaround systemd-shim ... (diff) | |
download | compute-tools-4cdd329782389d74ccf390946960ef90511563c9.tar.xz compute-tools-4cdd329782389d74ccf390946960ef90511563c9.zip |
Correcting installation location for documentation in makefile.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ install: build mkdir -p $(DESTDIR)/usr/share/bash-completion/completions cp -r share/bash-completion/* $(DESTDIR)/usr/share/bash-completion/completions - mkdir -p $(DESTDIR)/usr/share/doc/$(SOFTWARE) + mkdir -p $(DESTDIR)/usr/share/doc cp -r share/doc $(DESTDIR)/usr/share/doc/$(SOFTWARE) for SECTION in $$(seq 1 8); \ |