phytool
phytool copied to clipboard
Fedora spec02
When building the package as an RPM, I found that the PREFIX/bin didn't exist [and found it also in a different system.] so I added a -p to try and make it if it doesn't exist already.
Also found that the cp didn't preserve certain information on the copy which caused both the debuginfo tooling to fail and required permissions to be explicitely set on the file by the package. Reviewer mentioned that a cp -p
would fix this so I have added that also. https://bugzilla.redhat.com/show_bug.cgi?id=2258110