From: Ken Dreyer Date: Thu, 25 Feb 2016 16:47:51 +0000 (-0700) Subject: debian: fix logrotate conf handling X-Git-Tag: v10.0.4~7^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dc54a85664a7178e1f2247345c0ccae35f233b84;p=ceph.git debian: fix logrotate conf handling Fixes a failure to build from source; fallout from the server split change (0cbe3dea69604730bc7dba7bc3844294f4c9ac5a) Signed-off-by: Ken Dreyer --- diff --git a/debian/rules b/debian/rules index 4925944dd286..3f15e1d4963c 100755 --- a/debian/rules +++ b/debian/rules @@ -53,7 +53,7 @@ build-stamp: configure-stamp cp src/init-ceph debian/ceph-base.init cp src/init-radosgw debian/radosgw.init - cp src/logrotate.conf debian/ceph-base/etc/logrotate.d/ceph.logrotate + cp src/logrotate.conf debian/ceph.logrotate touch $@ @@ -67,7 +67,7 @@ clean: ltmain.sh missing rm -f configure Makefile.in man/Makefile.in src/Makefile.in rm -f src/acconfig.h.in - rm -f debian/ceph-base.init debian/radosgw.init debian/ceph-base/etc/logrotate.d/ceph.logrotate debian/radosgw.logrotate + rm -f debian/ceph-base.init debian/radosgw.init debian/ceph.logrotate debian/radosgw.logrotate dh_clean