ceph/ceph-fix-sbin-target.patch

13 lines
483 B
Diff
Raw Normal View History

2013-09-11 20:09:38 +00:00
diff -up ceph-0.67.3/src/Makefile.am.sbin-fix ceph-0.67.3/src/Makefile.am
--- ceph-0.67.3/src/Makefile.am.sbin-fix 2013-09-11 13:46:40.061851086 -0400
+++ ceph-0.67.3/src/Makefile.am 2013-09-11 13:46:51.531735427 -0400
2013-07-29 18:59:31 +00:00
@@ -28,7 +28,7 @@ bin_PROGRAMS =
bin_DEBUGPROGRAMS =
sbin_PROGRAMS =
# like sbin_SCRIPTS but can be used to install to e.g. /usr/sbin
2013-09-11 20:09:38 +00:00
-ceph_sbindir = $(exec_prefix)$(sbindir)
2013-07-29 18:59:31 +00:00
+ceph_sbindir = $(sbindir)
ceph_sbin_SCRIPTS = \
ceph-disk \
ceph-disk-prepare \