Closed
Bug 1003365
Opened 11 years ago
Closed 11 years ago
[Camera] Mismatching file names in Makefile if statement
Categories
(Firefox OS Graveyard :: Gaia::Camera, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dmarcos, Assigned: dmarcos)
Details
Attachments
(1 file)
In the if below the copied and the checked file names have to match
ifneq ($(wildcard $(GAIA_DISTRIBUTION_DIR)/camera-settings.js),)
CP_USER_SETTINGS = cp $(GAIA_DISTRIBUTION_DIR)/camera-config.js js/config/config.js
endif
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → dmarcos
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8414686 -
Flags: review?(jdarcangelo)
Comment 2•11 years ago
|
||
Comment on attachment 8414686 [details] [review]
Pull Request
makes sense to me -- r+
Attachment #8414686 -
Flags: review?(jdarcangelo) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Landed on master:
https://github.com/mozilla-b2g/gaia/commit/892772b42a8abbe97f693b2154cb27830ac7e57a
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•