bitwig-fedora
bitwig-fedora copied to clipboard
[Additional Info] You can fix the rpm package so that it becomes installable!
Thank you for the repo with the instructions! I have not come across it until I have already pieced the information together, but here's how I fixed
- Install rpm building packages (you can use a toolbox/distrobox for it as well):
sudo dnf install rpm-build rpmrebuild
- Steps to rebuild the package so that installs:
- $ rpmrebuild -d /tmp -ep google-earth-stable_current_x86_64.rpm
- Remove the line: %dir %attr(0755, root, root) "/usr/bin"
- Save and exit
- Answer yes
- Install the package!