• Home
  • Raw
  • Download

Lines Matching refs:lc

263 	  for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
264 if test -n "$$lc"; then \
265 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
266 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
267 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
268 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
269 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
272 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
275 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
277 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
280 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
281 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
284 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
285 … ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
286 …ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOM…
287 …DIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
288 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
302 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
303 if test -n "$$lc"; then \
304 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
305 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
306 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
307 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
308 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
311 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
314 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
316 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
319 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
320 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
334 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
335 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \