diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-04-10 22:07:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-04-10 22:07:56 +0000 |
commit | c942987a96449cc168c1b50397680c73998932ab (patch) | |
tree | 4c1e385f4a2529f50802b12155aa1db113474a64 /Makefile | |
parent | Adding debian version 20170405-1. (diff) | |
download | open-infrastructure-storage-tools-c942987a96449cc168c1b50397680c73998932ab.tar.xz open-infrastructure-storage-tools-c942987a96449cc168c1b50397680c73998932ab.zip |
Merging upstream version 20170410.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ install: build cp -r share/ceph-info $(DESTDIR)/usr/share/$(SOFTWARE) mkdir -p $(DESTDIR)/usr/share/doc/$(SOFTWARE) - cp -r CHANGELOG.txt LICENSE.txt README.txt $(DESTDIR)/usr/share/doc/$(SOFTWARE) + cp -r CHANGELOG.txt LICENSE.txt README.txt share/doc/* $(DESTDIR)/usr/share/doc/$(SOFTWARE) mkdir -p $(DESTDIR)/etc/apache2/conf-available cp -a share/apache/conf/* $(DESTDIR)/etc/apache2/conf-available |