Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 63111 | Differences between
and this patch

Collapse All | Expand All

(-)plugins/qt-gui/po/Makefile.am.orig (-9 lines)
Lines 34-48 Link Here
34
	done
34
	done
35
35
36
install-data-local:
36
install-data-local:
37
	$(mkinstalldirs) $(localedir)
38
	@for i in ./*.qm; do \
39
	  if test "$$i" != "template.qm"; then \
40
	    echo " $(INSTALL_DATA) $$i $(localedir)/$$i"; \
41
	    $(INSTALL_DATA) $$i $(localedir)/$$i; \
42
	  fi \
43
	done; \
44
	cd $(localedir) && rm -f cs.qm; \
45
	cd $(localedir) && ln -s cs_CZ.qm cs.qm
46
37
47
template: 
38
template: 
48
	cd $(top_srcdir)/src && $(QT_FINDTR) *.cpp *.h > $(top_builddir)/po/template.po
39
	cd $(top_srcdir)/src && $(QT_FINDTR) *.cpp *.h > $(top_builddir)/po/template.po

Return to bug 63111