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>
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
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 $@