Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 169678
Collapse All | Expand All

(-)mc-4.6.1.orig/intl/Makefile.in (-14 / +9 lines)
Lines 156-167 Link Here
156
	  test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \
156
	  test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \
157
	  temp=$(DESTDIR)$(libdir)/t-charset.alias; \
157
	  temp=$(DESTDIR)$(libdir)/t-charset.alias; \
158
	  dest=$(DESTDIR)$(libdir)/charset.alias; \
158
	  dest=$(DESTDIR)$(libdir)/charset.alias; \
159
	  if test -f $(DESTDIR)$(libdir)/charset.alias; then \
159
	  if ! test -f $(libdir)/charset.alias; then \
160
	    orig=$(DESTDIR)$(libdir)/charset.alias; \
161
	    sed -f ref-add.sed $$orig > $$temp; \
162
	    $(INSTALL_DATA) $$temp $$dest; \
163
	    rm -f $$temp; \
164
	  else \
165
	    if test @GLIBC21@ = no; then \
160
	    if test @GLIBC21@ = no; then \
166
	      orig=charset.alias; \
161
	      orig=charset.alias; \
167
	      sed -f ref-add.sed $$orig > $$temp; \
162
	      sed -f ref-add.sed $$orig > $$temp; \
Lines 170-183 Link Here
170
	    fi; \
165
	    fi; \
171
	  fi; \
166
	  fi; \
172
	  $(mkinstalldirs) $(DESTDIR)$(localedir); \
167
	  $(mkinstalldirs) $(DESTDIR)$(localedir); \
173
	  test -f $(DESTDIR)$(localedir)/locale.alias \
168
	  if ! test -f $(localedir)/locale.alias; then \
174
	    && orig=$(DESTDIR)$(localedir)/locale.alias \
169
	    orig=$(srcdir)/locale.alias; \
175
	    || orig=$(srcdir)/locale.alias; \
170
	    temp=$(DESTDIR)$(localedir)/t-locale.alias; \
176
	  temp=$(DESTDIR)$(localedir)/t-locale.alias; \
171
	    dest=$(DESTDIR)$(localedir)/locale.alias; \
177
	  dest=$(DESTDIR)$(localedir)/locale.alias; \
172
	    sed -f ref-add.sed $$orig > $$temp; \
178
	  sed -f ref-add.sed $$orig > $$temp; \
173
	    $(INSTALL_DATA) $$temp $$dest; \
179
	  $(INSTALL_DATA) $$temp $$dest; \
174
	    rm -f $$temp; \
180
	  rm -f $$temp; \
175
	  fi; \
181
	else \
176
	else \
182
	  : ; \
177
	  : ; \
183
	fi
178
	fi

Return to bug 169678