[jhbuild] Update examples to demo auto-tilde expansion (GNOME bug 634985)
- From: Craig Keogh <cskeogh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] Update examples to demo auto-tilde expansion (GNOME bug 634985)
- Date: Thu, 19 Apr 2012 12:10:59 +0000 (UTC)
commit 7a74c6937750c2a83f546b0f8d7b0391acae750a
Author: Craig Keogh <cskeogh adam com au>
Date: Thu Apr 19 08:25:54 2012 +0930
Update examples to demo auto-tilde expansion (GNOME bug 634985)
examples/sample.jhbuildrc | 2 +-
examples/wayland.jhbuildrc | 4 ++--
jhbuild/defaults.jhbuildrc | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/examples/sample.jhbuildrc b/examples/sample.jhbuildrc
index ddb040e..a1179cd 100644
--- a/examples/sample.jhbuildrc
+++ b/examples/sample.jhbuildrc
@@ -19,7 +19,7 @@
# modules = ['meta-gnome-desktop']
# what directory should the source be checked out to?
-checkoutroot = os.path.expanduser('~/checkout/gnome')
+checkoutroot = '~/checkout/gnome'
# the prefix to configure/install modules to (must have write access)
prefix = '/opt/gnome'
diff --git a/examples/wayland.jhbuildrc b/examples/wayland.jhbuildrc
index 3ce2a15..0698d7f 100644
--- a/examples/wayland.jhbuildrc
+++ b/examples/wayland.jhbuildrc
@@ -1,8 +1,8 @@
# -*- mode: python -*-
moduleset = 'other/wayland'
modules = ['wayland-demos']
-checkoutroot = os.path.expanduser('~/checkout/wayland')
-prefix = os.path.expanduser('~/wayland')
+checkoutroot = '~/checkout/wayland'
+prefix = '~/wayland'
autogenargs=''
makeargs = '-j2'
diff --git a/jhbuild/defaults.jhbuildrc b/jhbuild/defaults.jhbuildrc
index fca2589..3192166 100644
--- a/jhbuild/defaults.jhbuildrc
+++ b/jhbuild/defaults.jhbuildrc
@@ -37,7 +37,7 @@ tags = []
# directories
prefix = '/opt/gnome'
top_builddir = '_jhbuild' # If a relative path, prefix will be prepended
-checkoutroot = os.path.expanduser('~/checkout/gnome')
+checkoutroot = '~/checkout/gnome'
tarballdir = None # will default to checkoutroot
buildroot = None # if set, packages will be built with srcdir!=builddir
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]