summaryrefslogtreecommitdiff
path: root/sysutils/xfe/patches/patch-ac
blob: a8ae057bf9822bdc3907e38f4c5ffedc9287b5e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-ac,v 1.2 2007/04/13 05:47:15 xtraeme Exp $

--- intl/Makefile.in.orig	2007-04-13 06:43:46.000000000 +0200
+++ intl/Makefile.in	2007-04-13 06:44:07.000000000 +0200
@@ -356,7 +356,6 @@
 	    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 @@
 	  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 \
 	  : ; \