diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-08-21 22:02:33 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-08-25 11:46:58 +0200 |
| commit | 5104c875ca220f56535503e72213e809969eb6a1 (patch) | |
| tree | 69209c542abe0eed48f9836740c1a53986dfb35f /run/tools/dcpkdm | |
| parent | fd0aeb0a2cfee9e5d313740b860208a50ec1eab6 (diff) | |
Fedora-ize some run scripts.
Diffstat (limited to 'run/tools/dcpkdm')
| -rwxr-xr-x | run/tools/dcpkdm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tools/dcpkdm b/run/tools/dcpkdm index 8eb6f907..4c778c10 100755 --- a/run/tools/dcpkdm +++ b/run/tools/dcpkdm @@ -3,7 +3,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" top=$DIR/../.. -export LD_LIBRARY_PATH=build/src:build/asdcplib/src:/home/c.hetherington/lib:$LD_LIBRARY_PATH +export LD_LIBRARY_PATH=build/src:build/asdcplib/src:/usr/local/lib64:$LD_LIBRARY_PATH export LIBDCP_RESOURCES=. if [ "$1" == "--debug" ]; then shift |
