]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Makefile.am: fix ceph_sbindir
authorGary Lowell <glowell@inktank.com>
Mon, 8 Jul 2013 19:20:45 +0000 (12:20 -0700)
committerGary Lowell <glowell@inktank.com>
Wed, 10 Jul 2013 20:44:02 +0000 (13:44 -0700)
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>
src/Makefile.am

index 91997a164fca622eb308b36d46f4c1b382a22e37..e5353eac540fcf4a5349f4446d95edce1007fa66 100644 (file)
@@ -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 \