m2-farzan / ros2-galactic-PKGBUILD

AUR Package for ROS 2 Galactic
11 stars 11 forks source link

Remove calls to sudo from PKGBUILD #6

Closed rmsc closed 2 years ago

rmsc commented 2 years ago

I think there are cleaner ways to install the sip symlinks than calling sudo inside the PKGBUILD.

One possibility that comes to mind is installing them with a 'compatibility' package.

rmsc commented 2 years ago

I've created an AUR package that installs the symlinks and keeps them under the control of the package manager: ros2-pyqt5-sip-compat

The caveat is that to install this package you'll have to manually remove all the symlinks created using sudo.

m2-farzan commented 2 years ago

A little bit of concurrency right there :)

rmsc commented 2 years ago

Oops :) you beat me to it, and I even forgot to update pkgrel...

I'm closing the pull request, thanks!

m2-farzan commented 2 years ago

Thanks for your contribution!