summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-04-26 18:17:27 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-04-26 18:17:27 +0200
commit5d06ff560ceeebad5a8dd11c43212aa8aac873f0 (patch)
tree362d661263c8aa409692a9020c057efc94d07d24
parentf0ae9492e826810a3106cd780e64f7a37d6c36ef (diff)
fix makeargs name in jhbuildrc
It was misspelt makeflags
-rw-r--r--jhbuildrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/jhbuildrc b/jhbuildrc
index 98df007..a81f4c1 100644
--- a/jhbuildrc
+++ b/jhbuildrc
@@ -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'