• Home
  • Raw
  • Download

Lines Matching refs:lc

269 	  for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
270 if test -n "$$lc"; then \
271 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
272 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
273 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
274 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
275 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
278 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
281 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
283 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
286 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
287 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
290 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
291 … ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
292 …ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOM…
293 …DIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
294 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
308 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
309 if test -n "$$lc"; then \
310 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
311 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
312 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
313 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
314 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
317 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
320 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
322 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
325 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
326 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
340 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
341 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \