mirror of
https://github.com/ceph/ceph
synced 2025-01-01 08:32:24 +00:00
Makefile: do not install init.d script at all; let packages do that
This commit is contained in:
parent
72ccd2037a
commit
8a215c840d
@ -241,9 +241,7 @@ install-data-local:
|
||||
$(install_sh_SCRIPT) -m 0755 mkcephfs $(DESTDIR)$(sbindir)/mkcephfs
|
||||
mkdir -p $(DESTDIR)$(libdir)/ceph
|
||||
$(install_sh_SCRIPT) -m 0755 ceph_common.sh $(DESTDIR)$(libdir)/ceph/ceph_common.sh
|
||||
mkdir -p $(DESTDIR)/etc/init.d
|
||||
$(install_sh_SCRIPT) -m 0755 init-ceph $(DESTDIR)/etc/init.d/ceph
|
||||
mkdir -p $(DESTDIR)$(sysconfdir)/init.d
|
||||
mkdir -p $(DESTDIR)$(sysconfdir)/ceph
|
||||
$(install_sh_SCRIPT) -m 0600 sample.ceph.conf $(DESTDIR)$(sysconfdir)/ceph/sample.ceph.conf
|
||||
mkdir -p $(DESTDIR)$(includedir)/ceph
|
||||
$(install_sh_SCRIPT) -m 0600 client/libceph.h $(DESTDIR)$(includedir)/ceph/libceph.h
|
||||
|
Loading…
Reference in New Issue
Block a user