Matt Sharpe
Matt Sharpe
The CI build still crashes with the same error in console and stack trace. Is there a plist or something with the rules in it I can edit manually?
What version of Ruby are you on? I just tested this against 1.9.3 and 2.0-2.3 both with and without the change and got the same behavior both times (link is...
Sorry, I meant I expect it to remain a symlink as happened in my tests, not turn into a file as happened for you. Digging a little deeper, it looks...
How does it compare to #931? That seems more generalised and can be easily extended to Pacman coverage on top of just Deb/RPM.
Any reason to even keep the `--arch` flag anymore? In RPM and DEB we use the `architecture` method to format the main flag FPM has. Looks like BSD was just...
An associated PR for this has been merged and closed. If @Freeaqingme or @fetep would like to pull down the latest HEAD and confirm, that'd be great.
Maybe you can do it with the `--exclude` flag and the full name, otherwise rpm to dir, delete your file, dir to rpm? You'd need to repopulate metadata and dependencies...
As @glensc says, the package is called `rpm-build` and is documented in the CentOS and Fedora packaging guidelines. I think the mistake here is assuming FPM reimplements everything. As much...
Why not just make the script either delete the existing one and replace it, or only run if the existing link doesn't exist? Simple bash test, the `-f` flag is...