accidentally picked from an already installed revision of the same software. Only list a dependency once in the relnotes. Irix 6.2 ldd is too stupid to be used to extract dependencies since it will just abort if one of the libraries are missing. We use Ariel Faigons perl version of ldd originally written for Irix 5.3 (which lacks ldd) instead. Also we need to use GNU xargs which supports -r (--no-run-if-empty) to avoid running showfiles on empty input since otherwise it will list all installed packages. Exclude patchSG* packages from depends
Description
No description provided
Languages
Shell
100%