Re: [Live-devel] [PATCH] live555: force link creation during installation

2015-04-16 Thread Luca Ceresoli
Dear Ross, Ross Finlayson wrote: I think you meant to say “ln -fs”, not “ls -fs”. Yes, sorry, I picked the wrong patch... But yes, I’ll add the “f” (force symbolic link) flag to “ln” in the Makefiles in the next release of the software. Thanks. -- Luca ___

[Live-devel] [PATCH] live555: force link creation during installation

2015-04-16 Thread Luca Ceresoli
If live555 is being installed over a previous installation, ln -s fails: ln: failed to create symbolic link '.../lib/libliveMedia.so.38': File exists Signed-off-by: Luca Ceresoli --- BasicUsageEnvironment/Makefile.tail | 4 ++-- UsageEnvironment/Makefile.tail | 4 ++--