• Home
  • Raw
  • Download

Lines Matching refs:lc

175 	  for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
176 if test -n "$$lc"; then \
177 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
178 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
179 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
180 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
181 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
184 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
187 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
189 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
192 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
193 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
196 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
197 … ln -s ../LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo 2>/dev/null || \
198 …ln $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOM…
199 …DIR)$(localedir)/$$lang/LC_MESSAGES/$(DOMAIN).mo $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \
200 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
224 for lc in '' $(EXTRA_LOCALE_CATEGORIES); do \
225 if test -n "$$lc"; then \
226 …if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/nu…
227 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
228 mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
229 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
230 (cd $(DESTDIR)$(localedir)/$$lang/$$lc.old && \
233 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
236 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
238 if test -d $(DESTDIR)$(localedir)/$$lang/$$lc; then \
241 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc; \
242 mkdir $(DESTDIR)$(localedir)/$$lang/$$lc; \
268 for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
269 rm -f $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo; \