From: <pat...@us...> - 2006-11-09 14:44:22
|
Revision: 566 http://svn.sourceforge.net/xml-cppdom/?rev=566&view=rev Author: patrickh Date: 2006-11-09 06:44:17 -0800 (Thu, 09 Nov 2006) Log Message: ----------- Install cppdom.fpc into the 'flagpoll' directory rather than the 'pkgconfig' directory. Modified Paths: -------------- branches/0.6/SConstruct Modified: branches/0.6/SConstruct =================================================================== --- branches/0.6/SConstruct 2006-11-09 14:43:04 UTC (rev 565) +++ branches/0.6/SConstruct 2006-11-09 14:44:17 UTC (rev 566) @@ -379,7 +379,7 @@ inst_paths = {} inst_paths['base'] = os.path.abspath(baseEnv['prefix']) inst_paths['lib'] = pj(inst_paths['base'], baseEnv['libdir']) - inst_paths['pkgconfig'] = pj(inst_paths['lib'], 'pkgconfig') + inst_paths['flagpoll'] = pj(inst_paths['lib'], 'flagpoll') inst_paths['bin'] = pj(inst_paths['base'], 'bin') inst_paths['include'] = pj(inst_paths['base'], 'include') print "using prefix: ", inst_paths['base'] @@ -450,7 +450,7 @@ name_parts = ['cppdom', cppdom_version_str, arch] pc_filename = "-".join(name_parts) + ".fpc" - cppdom_pc = env.ConfigBuilder(pj(inst_paths['pkgconfig'], pc_filename), + cppdom_pc = env.ConfigBuilder(pj(inst_paths['flagpoll'], pc_filename), 'cppdom.fpc.in', submap = submap) env.AddPostAction(cppdom_pc, Chmod('$TARGET', 0644)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |