diff options
author | Neal Gompa <ngompa13@gmail.com> | 2020-06-08 18:59:47 +0200 |
---|---|---|
committer | Neal Gompa <ngompa13@gmail.com> | 2020-06-08 19:15:04 +0200 |
commit | 79d4bf5b2f0861cc99e00d42618b4ea813eebc99 (patch) | |
tree | 7b48dec446cd5bb6efb9ad91e65446b74cbcd576 /debian/ceph-osd.install | |
parent | rpm: Drop override on %_libexecdir (diff) | |
download | ceph-79d4bf5b2f0861cc99e00d42618b4ea813eebc99.tar.xz ceph-79d4bf5b2f0861cc99e00d42618b4ea813eebc99.zip |
debian: Use /usr/libexec for libexecdir
Debian has adopted FHS 3.0 with Debian Policy Standard version 4.4.0,
and now defaults to /usr/libexec for libexecdir as well. This is
present in Ubuntu 20.04 LTS, for example.
Signed-off-by: Neal Gompa <ngompa13@gmail.com>
Diffstat (limited to 'debian/ceph-osd.install')
-rwxr-xr-x | debian/ceph-osd.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/ceph-osd.install b/debian/ceph-osd.install index 9b49ff9f9d5..509db19680a 100755 --- a/debian/ceph-osd.install +++ b/debian/ceph-osd.install @@ -9,7 +9,7 @@ usr/bin/ceph-objectstore-tool usr/bin/ceph-osdomap-tool usr/bin/${CEPH_OSD_BASENAME} => /usr/bin/ceph-osd usr/bin/ceph_objectstore_bench -usr/lib/ceph/ceph-osd-prestart.sh +usr/libexec/ceph/ceph-osd-prestart.sh usr/lib/libos_tp.so* usr/lib/libosd_tp.so* usr/sbin/ceph-volume |