]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
fix deb package /etc/default/ceph location 8821/head
authorAlexandre Derumier <aderumier@odiso.com>
Thu, 28 Apr 2016 20:48:52 +0000 (22:48 +0200)
committerAlexandre Derumier <aderumier@odiso.com>
Thu, 28 Apr 2016 20:48:52 +0000 (22:48 +0200)
commit 7384a14f243519547a61534d22e21e6069aae016 have introduce
the /etc/default/ceph file at a wrong location : /etc/default/ceph/ceph

debian/rules

index 978ef9296e0c55b11d95403859f8d0a4a2b44d0f..b705dd697e91784811a91f396f9d65e1a71a9901 100755 (executable)
@@ -138,8 +138,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