]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
debian: fix location of tmpfiles.d
authorSage Weil <sage@redhat.com>
Sun, 6 Sep 2015 18:18:16 +0000 (14:18 -0400)
committerSage Weil <sage@redhat.com>
Fri, 11 Sep 2015 15:38:26 +0000 (11:38 -0400)
/usr/lib/tmpfiles.d, not /lib/tmpfiles.d

Signed-off-by: Sage Weil <sage@redhat.com>
debian/rules

index b2bb77cf64c0eaf24fcddb0bd98337a09ec2db93..251eb42d37b615c5742b33a2aad15ef723338500 100755 (executable)
@@ -134,8 +134,8 @@ binary-arch: build install
        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
@@ -154,8 +154,8 @@ binary-arch: build install
        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