summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@gmail.com>2013-10-16 20:09:41 +0000
committerMark Doffman <mark.doffman@gmail.com>2013-10-18 16:30:24 +0000
commit73b290bbc6d8965228a63930bf11aa41c88adcc2 (patch)
treef930750be4b0c25bf8f19e763d83e4c6ecd58d5c
parent971573b74a7dbc0f6237d4e090d9289315f9c4e9 (diff)
downloadceph-73b290bbc6d8965228a63930bf11aa41c88adcc2.tar.gz
Add an install command for the Ceph init.d scripts that
are not handled by normal install process.
-rw-r--r--ceph.morph4
1 files changed, 4 insertions, 0 deletions
diff --git a/ceph.morph b/ceph.morph
index 456fa1f7efe..d2e990d138d 100644
--- a/ceph.morph
+++ b/ceph.morph
@@ -6,4 +6,8 @@
"NOCONFIGURE=1 ./autogen.sh",
"./configure --with-nss --prefix=\"$PREFIX\" --without-fuse --without-libatomic-ops"
],
+ "install-commands": [
+ "make install",
+ "install -D -m 755 src/init-ceph $DESTDIR/etc/init.d/ceph"
+ ]
}