Files
BloomPatched/build/packaging/bloom.sh.in

8 lines
188 B
Bash
Raw Normal View History

#!/bin/sh
BloomInstallationDir=@BLOOM_INSTALLATION_PREFIX@
LD_LIBRARY_PATH=$BloomInstallationDir/lib:$LD_LIBRARY_PATH;
export LD_LIBRARY_PATH;
exec $BloomInstallationDir/bin/bloom "$@";