diff options
author | Kefu Chai <kchai@redhat.com> | 2019-02-15 14:00:10 +0100 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2019-02-16 10:47:42 +0100 |
commit | 5d3e7b44181476081940dec39a108aad758ffcda (patch) | |
tree | 0349c8bb4b9676c31f45d27b89923797cd31ecec /debian/ceph-mgr-rook.install | |
parent | rpm: s|lib/ceph/mgr|share/ceph/mgr| (diff) | |
download | ceph-5d3e7b44181476081940dec39a108aad758ffcda.tar.xz ceph-5d3e7b44181476081940dec39a108aad758ffcda.zip |
debian: s|lib/ceph/mgr|share/ceph/mgr|
as the mgr plugins are installed into $prefix/share/ceph/mgr now.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'debian/ceph-mgr-rook.install')
-rw-r--r-- | debian/ceph-mgr-rook.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/ceph-mgr-rook.install b/debian/ceph-mgr-rook.install index 36b7d547cb3..50cadb435d3 100644 --- a/debian/ceph-mgr-rook.install +++ b/debian/ceph-mgr-rook.install @@ -1 +1 @@ -usr/lib/ceph/mgr/rook +usr/share/ceph/mgr/rook |