Home | History | Annotate | Download | only in po

Lines Matching refs:lc

180 	  for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
181 if test -n "$$lc"; then \
182 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
183 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
184 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
185 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
186 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
189 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
192 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
194 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
197 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
198 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
201 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
202 ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
203 ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
204 cp -p $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
205 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
229 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
230 if test -n "$$lc"; then \
231 if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
232 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
233 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
234 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
235 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
238 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
241 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
243 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
246 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
247 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
273 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
274 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \