Linux: Move .sh-launchers to /usr/bin
DJV provides professional review software for VFX, animation, and film
Brought to you by:
darbyjohnston
I think it would be really cool to move all djv_*.sh to /usr/bin directory and remove ".sh" from names. It will make it possible to call all utilities directly from bash, without making aliases and changing PATH.
Here is how I rewrote all files on my Debian:
#!/bin/sh
appname=
basename $0
dirname="/usr/local/djv-1.0.4-Linux-64"
export LD_LIBRARY_PATH=$dirname"/lib"
export DYLD_FALLBACK_LIBRARY_PATH=$dirname"/lib"$dirname/bin/$appname "$@"
Hi,
I'll try and make this change for the next version, thanks.
Darby
Hi,
I've just uploaded a new version which has this functionality, it is available here:
http://sourceforge.net/projects/djv/files/djv-stable/1.0.5/
I've tested it out on CentOS 6 and Ubuntu 14.04 and it seems to work OK. If you have some time give it a try.
Thanks, Darby