[Pkg-ceph-commits] [ceph] 18/23: Install to relative, not absolute /etc/ceph.
James Downing Page
jamespage at moszumanska.debian.org
Wed Feb 17 10:42:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
jamespage pushed a commit to branch jewel
in repository ceph.
commit 554b329cd7f982d0b8f48a7e2f535b01b0826417
Author: James Page <james.page at ubuntu.com>
Date: Tue Feb 16 18:14:39 2016 +0000
Install to relative, not absolute /etc/ceph.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 8321abf..655e2ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -73,7 +73,7 @@ override_dh_auto_install:
# from the package install - package ships unversioned modules.
rm -f $(CURDIR)/debian/tmp/usr/lib/*/ceph/erasure-code/libec_*.so.*
find $(CURDIR)/debian/tmp/usr/lib/*/ceph/erasure-code -type l -delete || :
- install -D -m 644 src/etc-rbdmap $(DESTDIR)/etc/ceph/rbdmap
+ install -D -m 644 src/etc-rbdmap $(CURDIR)/debian/tmp/etc/ceph/rbdmap
override_dh_installinit:
dh_installinit --no-start
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ceph/ceph.git
More information about the Pkg-ceph-commits
mailing list