summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-10-25 12:46:11 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-10-25 12:46:11 +0000
commit4cdd329782389d74ccf390946960ef90511563c9 (patch)
tree1cdd54468ca3804b9df8a5a9e5f690055a41f517
parentChanging installation of systemd support packages to workaround systemd-shim ... (diff)
downloadcompute-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>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e61c559..0b67c50 100644
--- a/Makefile
+++ b/Makefile
@@ -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); \