Closed
Bug 1188965
Opened 10 years ago
Closed 10 years ago
Instantbird build bustages from Bug 1138063 and Bug 1186782
Categories
(Instantbird Graveyard :: Other, defect)
Instantbird Graveyard
Other
Tracking
(Not tracked)
RESOLVED
FIXED
Instantbird 42
People
(Reporter: clokep, Assigned: clokep)
References
Details
Attachments
(1 file, 1 obsolete file)
1.35 KB,
patch
|
aleth
:
review+
|
Details | Diff | Splinter Review |
Two separate bustages.
rs=aleth
Comment 1•10 years ago
|
||
Comment on attachment 8640588 [details] [diff] [review]
Fix
Review of attachment 8640588 [details] [diff] [review]:
-----------------------------------------------------------------
::: im/app/profile/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/Makefile.in
@@ +5,5 @@
>
> +FILES := \
> + install.rdf.in \
> + $(NULL)
> +FILES_PATH = $(FINAL_TARGET)/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
The key change here is s/:=/=. Everything else shouldn't matter.
Assignee | ||
Updated•10 years ago
|
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8640588 -
Attachment is obsolete: true
Attachment #8640620 -
Flags: review?(aleth)
Comment 3•10 years ago
|
||
Comment on attachment 8640620 [details] [diff] [review]
Fix v2
Review of attachment 8640620 [details] [diff] [review]:
-----------------------------------------------------------------
(For future reference, = is expanded when the variable is used, := when it's declared.)
Attachment #8640620 -
Flags: review?(aleth) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Instantbird 42
Assignee | ||
Comment 6•10 years ago
|
||
(In reply to Ian Neal from comment #5)
> Sorry, forgot how filter in an if worked :(
Not a problem! Thanks for fixing that in the first place. :)
You need to log in
before you can comment on or make changes to this bug.
Description
•