install -m0644 systemd/ceph.target debian/ceph-common/lib/systemd/system
install -d -m0755 debian/ceph-common/etc/default/ceph
install -m0644 etc/default/ceph debian/ceph-common/etc/default/ceph
- install -d -m0755 debian/ceph-common/lib/tmpfiles.d
- install -m 0644 -D systemd/ceph.tmpfiles.d debian/ceph-common/lib/tmpfiles.d/ceph.conf
+ install -d -m0755 debian/ceph-common/usr/lib/tmpfiles.d
+ install -m 0644 -D systemd/ceph.tmpfiles.d debian/ceph-common/usr/lib/tmpfiles.d/ceph.conf
install -d -m0755 debian/ceph/lib/systemd/system
install -m0644 systemd/ceph-mon@.service debian/ceph/lib/systemd/system
install -d -m0755 debian/radosgw/lib/systemd/system
install -m0644 systemd/ceph-radosgw@.service debian/radosgw/lib/systemd/system
sed -i s./etc/sysconfig/./etc/default/.g debian/radosgw/lib/systemd/system/ceph-radosgw@.service
- install -d -m0755 debian/radosgw/lib/tmpfiles.d
- install -m 0644 -D systemd/ceph-rgw.tmpfiles.d debian/radosgw/lib/tmpfiles.d/ceph-rgw.conf
+ install -d -m0755 debian/radosgw/usr/lib/tmpfiles.d
+ install -m 0644 -D systemd/ceph-rgw.tmpfiles.d debian/radosgw/usr/lib/tmpfiles.d/ceph-rgw.conf
dh_installman -a
dh_lintian -a