summaryrefslogtreecommitdiff
path: root/textproc/icu/patches/patch-as
blob: b7fec860ae23f0f927d8f1aff61de3a0b3e96672 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-as,v 1.1.1.1 2000/12/20 18:28:02 skrll Exp $

--- tools/pkgdata/cmnmode.c.orig	Mon Jul 17 06:37:48 2000
+++ tools/pkgdata/cmnmode.c
@@ -95,7 +95,7 @@
     T_FileStream_writeLine(makefile, "\n\n");
     
     sprintf(tmp, "install: $(TARGET)\n"
-            "\t$(INSTALL-S) $(TARGET) $(INSTALLTO)%s$(TARGETNAME)\n\n",
+            "\t$(INSTALL_DATA) $(TARGET) $(INSTALLTO)%s$(TARGETNAME)\n\n",
             U_FILE_SEP_STRING);
 
     T_FileStream_writeLine(makefile, tmp);