зеркало из https://github.com/mozilla/gecko-dev.git
Bug 352168: fix regression from bug 301945 that was causing tinderbox to burn, patch by Adam Guthrie <ispiked@gmail.com>, r=mscott
This commit is contained in:
Родитель
9059857fe3
Коммит
1a06cf7693
|
@ -48,7 +48,8 @@ MODULE = newsblog
|
|||
EXPORT_DIR = $(DIST)/bin/defaults/isp
|
||||
EXPORT_DIR_L10N = $(DIST)/bin/defaults/isp/$(AB_CD)
|
||||
|
||||
GARBAGE += $(addprefix $(EXPORT_DIR)/rss.rdf) $(addprefix $(EXPORT_L10N)/rss.rdf)
|
||||
GARBAGE += $(addprefix $(EXPORT_DIR)/rss.rdf) \
|
||||
$(addprefix $(EXPORT_DIR_L10N)/rss.rdf)
|
||||
|
||||
libs:: rss.rdf
|
||||
$(INSTALL) $^ $(EXPORT_DIR)
|
||||
|
|
Загрузка…
Ссылка в новой задаче