Ticket #64 (closed defect: fixed)
Fail to open spec file for RPM package
| Reported by: | krnekit | Owned by: | bruno |
|---|---|---|---|
| Priority: | major | Milestone: | 0.10.1 |
| Component: | pb | Version: | 0.9.10 |
| Keywords: | Cc: |
Description
Project Builder fails to open spec file while building RPM with the following error:
sh: -c: line 0: unexpected EOF while looking for matching `'' sh: -c: line 1: syntax error: unexpected end of file
This happens due to single quotes used instead of the double quotes. In the attachment patch to fix this issue.
Attachments
Change History
Changed 3 years ago by krnekit
-
attachment
project-builder-0.9.10-arg-fix.patch
added
comment:1 Changed 3 years ago by bruno
Could you provide to me what pbpackager entry you used to provoke this error ? I cannot see what address would create this problem.
Note: See
TracTickets for help on using
tickets.

Pacth to fix the problem with quotes