]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
fix deb package /etc/default/ceph location
authorAlexandre Derumier <aderumier@odiso.com>
Thu, 28 Apr 2016 20:48:52 +0000 (22:48 +0200)
committerSage Weil <sage@redhat.com>
Wed, 4 May 2016 13:08:03 +0000 (09:08 -0400)
commit 7384a14f243519547a61534d22e21e6069aae016 have introduce
the /etc/default/ceph file at a wrong location : /etc/default/ceph/ceph

(cherry picked from commit 13804fafd4c33068d8ed6d0480b594daec0f9341)

debian/rules

index 73be439e4dc652f36c59130a18cbe77e15f66adc..de650046744b33a2fd9f4988a135ce5e6801a753 100755 (executable)
@@ -140,8 +140,8 @@ binary-arch: build install
        # install the systemd stuff manually since we have funny service names
        install -d -m0755 debian/ceph-common/lib/systemd/system
        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/etc/default
+       install -m0644 etc/default/ceph debian/ceph-common/etc/default/
        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