summary refs log tree commit diff
path: root/pkgs/tools/filesystems/ceph/0001-Makefile-env-Don-t-force-sbin.patch
blob: cb2de6ad4f5b35fbfd102ca059bc007efebc7a74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 34c27f66210570adf5aba624d7da3c0382d5493f Mon Sep 17 00:00:00 2001
From: "William A. Kennington III" <william@wkennington.com>
Date: Sun, 21 Sep 2014 12:19:30 -0700
Subject: [PATCH] Makefile-env: Don't force /sbin

---
 src/Makefile-env.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile-env.am b/src/Makefile-env.am
index f2ab655..bf8876e 100644
--- a/src/Makefile-env.am
+++ b/src/Makefile-env.am
@@ -27,7 +27,7 @@ bin_DEBUGPROGRAMS =
 ceph_sbindir = $(sbindir)
 
 # certain things go straight into /sbin, though!
-su_sbindir = /sbin
+su_sbindir = $(sbindir)
 
 # C/C++ tests to build will be appended to this
 check_PROGRAMS =
-- 
2.1.0