[jhbuild] update default and sample configuration for new $bindir
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Subject: [jhbuild] update default and sample configuration for new $bindir
- Date: Tue, 28 Apr 2009 16:15:41 -0400 (EDT)
commit f7f49124b5f8cd572520db4a57b090c08c7a644e
Author: Frederic Peters <fpeters 0d be>
Date: Tue Apr 28 22:13:27 2009 +0200
update default and sample configuration for new $bindir
---
jhbuild/defaults.jhbuildrc | 2 +-
sample.jhbuildrc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/jhbuild/defaults.jhbuildrc b/jhbuild/defaults.jhbuildrc
index ca2a3bc..e9b3a0b 100644
--- a/jhbuild/defaults.jhbuildrc
+++ b/jhbuild/defaults.jhbuildrc
@@ -47,7 +47,7 @@ builddir_pattern = '%s'
autogenargs = '--disable-static --disable-gtk-doc'
makeargs = ''
cflags = ''
-installprog = os.path.join(os.environ['HOME'], 'bin', 'install-check')
+installprog = os.path.join(os.environ['HOME'], '.local/bin', 'install-check')
if not os.path.exists(installprog):
installprog = '/usr/bin/install-check'
if not os.path.exists(installprog):
diff --git a/sample.jhbuildrc b/sample.jhbuildrc
index d512405..55a940a 100644
--- a/sample.jhbuildrc
+++ b/sample.jhbuildrc
@@ -32,4 +32,4 @@ prefix = '/opt/gnome2'
# a alternative install program to use.
# The included install-check program won't update timestamps if the
# header hasn't changed
-os.environ['INSTALL'] = os.path.expanduser('~/bin/install-check')
+os.environ['INSTALL'] = os.path.expanduser('~/.local/bin/install-check')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]