summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-06-04 00:21:49 +0200
committerCarl Hetherington <cth@carlh.net>2021-06-04 00:21:49 +0200
commit0fa75f73f4fb1036d66964cfc77909f6fe4ebbd2 (patch)
tree7490cb490c16eb66152c857db236a18ae370d32f
parent42feb7f92b4d8fb5aee89f40a8e02dc7ca4ae293 (diff)
Add missing LIBDCP_RESOURCES to script.
-rwxr-xr-xrun/tools/dcpkdm1
1 files changed, 1 insertions, 0 deletions
diff --git a/run/tools/dcpkdm b/run/tools/dcpkdm
index d1012ff1..8eb6f907 100755
--- a/run/tools/dcpkdm
+++ b/run/tools/dcpkdm
@@ -4,6 +4,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 LIBDCP_RESOURCES=.
if [ "$1" == "--debug" ]; then
shift
gdb --args $top/build/tools/dcpkdm "$@"