Skip to content

Commit

Permalink
fix deb package /etc/default/ceph location
Browse files Browse the repository at this point in the history
commit 7384a14 have introduce
the /etc/default/ceph file at a wrong location : /etc/default/ceph/ceph

(cherry picked from commit 13804fa)
  • Loading branch information
aderumier authored and liewegas committed May 4, 2016
1 parent d985135 commit 791eba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/rules
Expand Up @@ -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

Expand Down

0 comments on commit 791eba8

Please sign in to comment.