summaryrefslogtreecommitdiff
path: root/sysutils/xfe/patches/patch-intl_Makefile.in
blob: b6df010d4739ae4b15895ba70d9892d12bef2df4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-intl_Makefile.in,v 1.1 2019/07/07 15:22:51 nia Exp $

--- intl/Makefile.in.orig	2010-09-15 14:32:26.000000000 +0000
+++ intl/Makefile.in
@@ -356,7 +356,6 @@ install-exec: all
 	    if test @GLIBC21@ = no; then \
 	      orig=charset.alias; \
 	      sed -f ref-add.sed $$orig > $$temp; \
-	      $(INSTALL_DATA) $$temp $$dest; \
 	      rm -f $$temp; \
 	    fi; \
 	  fi; \
@@ -367,7 +366,6 @@ install-exec: all
 	  temp=$(DESTDIR)$(localedir)/t-locale.alias; \
 	  dest=$(DESTDIR)$(localedir)/locale.alias; \
 	  sed -f ref-add.sed $$orig > $$temp; \
-	  $(INSTALL_DATA) $$temp $$dest; \
 	  rm -f $$temp; \
 	else \
 	  : ; \