Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 185523
Collapse All | Expand All

(-)semantik-0.7.3.orig/work/semantik-0.7.3/wscript (-3 lines)
Lines 244-252 def set_options(opt): Link Here
244
	opt.add_option('--use64', action='store_true', default=False, help='set the installation into lib+64 (configuration)')
244
	opt.add_option('--use64', action='store_true', default=False, help='set the installation into lib+64 (configuration)')
245
245
246
def post_build(bld):
246
def post_build(bld):
247
	if Options.commands['install']:
248
		try: os.popen('/sbin/ldconfig 2> /dev/null')
249
		except: pass
250
	if Options.options.exe:
247
	if Options.options.exe:
251
		#os.popen('export LD_LIBRARY_PATH=build/default/:$LD_LIBRARY_PATH; PATH=plugins:$PATH build/default/src/semantik')
248
		#os.popen('export LD_LIBRARY_PATH=build/default/:$LD_LIBRARY_PATH; PATH=plugins:$PATH build/default/src/semantik')
252
		os.popen('LD_LIBRARY_PATH=build/default/:$LD_LIBRARY_PATH build/default/src/semantik --style plastique')
249
		os.popen('LD_LIBRARY_PATH=build/default/:$LD_LIBRARY_PATH build/default/src/semantik --style plastique')

Return to bug 185523