зеркало из https://github.com/mozilla/pjs.git
Bug 722352 - Follow-up fix for searchplugins install target rs=gavin
This commit is contained in:
Родитель
9876a81d28
Коммит
d1b93ed4de
|
@ -169,11 +169,11 @@ libs:: $(addsuffix .xml,$(SEARCH_PLUGINS))
|
|||
done
|
||||
|
||||
install:: $(addsuffix .xml,$(SEARCH_PLUGINS))
|
||||
$(NSINSTALL) -D $(DESTDIR)$mozappdir/searchplugins
|
||||
$(NSINSTALL) -D $(DESTDIR)$(mozappdir)/searchplugins
|
||||
for i in $^; do \
|
||||
SEARCH_PLUGIN_BASE=`basename $$SEARCH_PLUGIN`;\
|
||||
$(PYTHON) $(topsrcdir)/config/Preprocessor.py $(DEFINES) $(ACDEFINES) \
|
||||
$$SEARCH_PLUGIN > $(DESTDIR)$mozappdir/searchplugins/$$SEARCH_PLUGIN_BASE; \
|
||||
$$SEARCH_PLUGIN > $(DESTDIR)$(mozappdir)/searchplugins/$$SEARCH_PLUGIN_BASE; \
|
||||
done
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче