summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Lowell <glowell@inktank.com>2013-07-08 12:20:45 -0700
committerGary Lowell <glowell@inktank.com>2013-07-10 13:44:02 -0700
commita120d81df6a131cf4d9cabd07593e8fff8c46b96 (patch)
treed26186549b72696288191278a57e22290cd4b068
parenteb567bebb3c8b7769864f7d7ad5bb854e63b35e7 (diff)
downloadceph-a120d81df6a131cf4d9cabd07593e8fff8c46b96.tar.gz
Makefile.am: fix ceph_sbindir
This reinstates the fix for the ceph_sbindir from commit 352f362567bf270d0896fb7573df4ae5139a56fb, with corrections from Danny's review commits pull request #389. Fixes: #5492 Reported-by: Denis Kaganovich <mahatma@eu.by> Reviewed-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Signed-off-by: Sage Weil <sage@inktank.com> Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 91997a164fc..e5353eac540 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -28,7 +28,7 @@ bin_PROGRAMS =
bin_DEBUGPROGRAMS =
sbin_PROGRAMS =
# like sbin_SCRIPTS but can be used to install to e.g. /usr/sbin
-ceph_sbindir = $(sbindir)
+ceph_sbindir = $(exec_prefix)$(sbindir)
ceph_sbin_SCRIPTS = \
ceph-disk \
ceph-disk-prepare \