From: Alexandre Derumier Date: Thu, 28 Apr 2016 20:48:52 +0000 (+0200) Subject: fix deb package /etc/default/ceph location X-Git-Tag: v10.2.1~49 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=791eba81a5467dd5de4f1680ed0deb647eb3fb8b;p=ceph.git fix deb package /etc/default/ceph location commit 7384a14f243519547a61534d22e21e6069aae016 have introduce the /etc/default/ceph file at a wrong location : /etc/default/ceph/ceph (cherry picked from commit 13804fafd4c33068d8ed6d0480b594daec0f9341) --- diff --git a/debian/rules b/debian/rules index 73be439e4dc6..de650046744b 100755 --- a/debian/rules +++ b/debian/rules @@ -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