#187 Ruby guidelines fix
Closed: Fixed None Opened 11 years ago by bkabrda.

Hi, I've used the Ruby packaging guidelines for building Gems, copy and paste, however I got a weird error when running build:

error: Package already exists: %package debuginfo

So I investigated and found out that the %install macro in the comment in %build section has only one percent sign. Therefore it gets evaluated and because it is multiline, all lines except from the first are not commented. Could you please fix this?

Thanks.


EASYFIX, done. Thanks!

Login to comment on this ticket.

Metadata