File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -278,10 +278,7 @@ define $(package)_stage_cmds
278
278
$(MAKE ) -C src INSTALL_ROOT=$($(package ) _staging_dir) $(addsuffix -install_subtargets,$(addprefix sub-,$($(package ) _qt_libs) ) ) && cd .. && \
279
279
$(MAKE ) -C qttools/src/linguist/lrelease INSTALL_ROOT=$($(package ) _staging_dir) install_target && \
280
280
$(MAKE ) -C qttools/src/linguist/lupdate INSTALL_ROOT=$($(package ) _staging_dir) install_target && \
281
- $(MAKE ) -C qttranslations INSTALL_ROOT=$($(package ) _staging_dir) install_subtargets && \
282
- if `test -f qtbase/src/plugins/platforms/xcb/xcb-static/libxcb-static.a`; then \
283
- cp qtbase/src/plugins/platforms/xcb/xcb-static/libxcb-static.a $($(package ) _staging_prefix_dir) /lib; \
284
- fi
281
+ $(MAKE ) -C qttranslations INSTALL_ROOT=$($(package ) _staging_dir) install_subtargets
285
282
endef
286
283
287
284
define $(package)_postprocess_cmds
You can’t perform that action at this time.
0 commit comments