]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
debian: fix logrotate conf handling
authorKen Dreyer <kdreyer@redhat.com>
Thu, 25 Feb 2016 16:47:51 +0000 (09:47 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Thu, 25 Feb 2016 17:44:18 +0000 (10:44 -0700)
Fixes a failure to build from source; fallout from the server split
change (0cbe3dea69604730bc7dba7bc3844294f4c9ac5a)

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
debian/rules

index 4925944dd28682e74724d27aceade39112cf7a0f..3f15e1d4963c96de848443da1dfb2c61b76d2584 100755 (executable)
@@ -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