Skip to content

Fixed script installation in RPM spec file

Duncan Macleod requested to merge (removed):spec-scripts into master

This merge fixes the bundling of scripts in the RPM by swapping the %install order. I think the trick is to install python2 scripts last so that the final copy of the scripts in the build prefix carries the python2 shebang.

Merge request reports