build: Fix typo in Makefile.am.release
[profile/ivi/clutter.git] / build / jhbuildrc-custom-example
1 # -*- mode: python -*-
2
3 # The username for repositories can be overridden.
4 #
5 #repos["git.gnome.org"] = "ssh://<username>@git.gnome.org/git/"
6 #repos["git.clutter-project.org"] = "ssh://git@git.clutter-project.org/"
7
8 # Directory where to check sources out
9 #
10 #checkoutroot = '/opt/clutter/source'
11
12 # Directory where to install
13 #
14 #prefix = '/opt/clutter/install'
15
16 # Work around http://bugzilla.gnome.org/show_bug.cgi?id=571240 if
17 # your 'install' program is somewhere other than /usr/bin/install
18 # (affects: Arch Linux)
19 #installprog = 'bin/install'