]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: put libexec files in /usr/lib
authorKen Dreyer <kdreyer@redhat.com>
Thu, 25 Feb 2016 16:25:10 +0000 (09:25 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 25 Feb 2016 17:44:17 +0000 (10:44 -0700)
SUSE does not allow the use of /usr/libexec, so commit
69291f872e7dd20e88c052cfc220e02d59826c0f changed the RPM
packaging to put the libexec files into /usr/lib instead. Do the same
thing on Debian.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
debian/ceph-osd.install
debian/rules

index f693294e316b9faaee663532915f558c1217cc65..53ab4336a2218c3642fc1e62fc181afd37748ef1 100644 (file)
@@ -8,7 +8,7 @@ usr/bin/ceph-bluefs-tool
 usr/bin/ceph_objectstore_bench
 usr/bin/ceph-osd
 usr/lib/rados-classes/*
-usr/libexec/ceph/ceph-osd-prestart.sh
+usr/lib/ceph/ceph-osd-prestart.sh
 usr/share/man/man8/ceph-clsinfo.8
 usr/share/man/man8/ceph-disk.8
 usr/share/man/man8/ceph-osd.8
index 2c699aecc9c3f8374350274eceba5b60b777467f..4925944dd28682e74724d27aceade39112cf7a0f 100755 (executable)
@@ -38,7 +38,7 @@ configure-stamp:
        dh_testdir
        ./autogen.sh
        ./configure --prefix=/usr --localstatedir=/var \
-         --sysconfdir=/etc $(extraopts) $(confflags) \
+         --sysconfdir=/etc  --libexecdir=/usr/lib $(extraopts) $(confflags) \
          $(CEPH_EXTRA_CONFIGURE_ARGS)
        touch $@