From 791eba81a5467dd5de4f1680ed0deb647eb3fb8b Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Thu, 28 Apr 2016 22:48:52 +0200 Subject: [PATCH] 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) --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 73be439e4dc65..de650046744b3 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 -- 2.39.5