[gnome-ostree] build: Make sbindir = bindir
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-ostree] build: Make sbindir = bindir
- Date: Wed, 3 Apr 2013 22:41:23 +0000 (UTC)
commit d13fb70837dc98229c5f883c73f5ff6fca7915c0
Author: Colin Walters <walters verbum org>
Date: Wed Apr 3 18:37:39 2013 -0400
build: Make sbindir = bindir
See https://github.com/cgwalters/poky/commit/4aa52d21216b9888a80ed6596338082052c9abc5
src/ostree-build-compile-one | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ostree-build-compile-one b/src/ostree-build-compile-one
index 9547b22..5d0bc2a 100755
--- a/src/ostree-build-compile-one
+++ b/src/ostree-build-compile-one
@@ -99,7 +99,7 @@ def main(args):
'--sysconfdir=/etc',
'--localstatedir=/var',
'--bindir=' + os.path.join(PREFIX, 'bin'),
- '--sbindir=' + os.path.join(PREFIX, 'sbin'),
+ '--sbindir=' + os.path.join(PREFIX, 'bin'),
'--datadir=' + os.path.join(PREFIX, 'share'),
'--includedir=' + os.path.join(PREFIX, 'include'),
'--libexecdir=' + os.path.join(PREFIX, 'libexec'),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]