diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2011-04-26 18:17:27 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2011-04-26 18:17:27 +0200 |
commit | 5d06ff560ceeebad5a8dd11c43212aa8aac873f0 (patch) | |
tree | 362d661263c8aa409692a9020c057efc94d07d24 /jhbuildrc | |
parent | f0ae9492e826810a3106cd780e64f7a37d6c36ef (diff) |
fix makeargs name in jhbuildrc
It was misspelt makeflags
Diffstat (limited to 'jhbuildrc')
-rw-r--r-- | jhbuildrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,4 +27,4 @@ os.environ['PKG_CONFIG_PATH'] = os.path.join(prefix, 'lib', 'pkgconfig') \ # Additional flags for make can be specified here # Set makeargs to 'V=1' for verbose build output. -# makeflags = '-j8' +# makeargs = '-j8' |