summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2012-11-21 21:16:49 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2013-03-02 18:33:59 +0000
commit4f388a7b75305e79794a9a77235c9054cea39644 (patch)
treedc1eb332a2ce9fbb8611b74a44558c1534c4e575
parent24d379ad0dd3eb6d3ac9c605f71c100a5a314e08 (diff)
Use --copy with automake --force-missing
Use --copy so a file, rather than a symlink is made when automake files are updated from the automake template
-rw-r--r--jhbuildrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/jhbuildrc b/jhbuildrc
index 8abae28..f938baf 100644
--- a/jhbuildrc
+++ b/jhbuildrc
@@ -27,7 +27,7 @@ os.environ['PKG_CONFIG_PATH'] = os.path.join(prefix, 'lib', 'pkgconfig') + ':' +
os.environ['CC'] = 'ccache gcc'
os.environ['CXX'] = 'ccache g++'
os.environ['INSTALL'] = '/usr/local/bin/install-check'
-os.environ['AUTOMAKE'] = 'automake --force-missing'
+os.environ['AUTOMAKE'] = 'automake --force-missing --copy'
#os.environ['V'] = '1'
#