summaryrefslogtreecommitdiff
path: root/math/R/patches/patch-ag
blob: dfbf3367a87f5c4031dcea722cdd6b56217653af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ag,v 1.3 2000/04/19 15:30:07 jlam Exp $

--- src/scripts/Makefile.in.orig	Mon Feb 21 05:49:10 2000
+++ src/scripts/Makefile.in	Mon Apr 17 16:13:11 2000
@@ -38,10 +38,10 @@
 	  > $(top_builddir)/bin/R
 	@chmod +x $(top_builddir)/bin/R
 	@for f in $(SCRIPTS_S); do \
-	  $(INSTALL) $(srcdir)/$$f $(top_builddir)/bin; \
+	  $(INSTALL_SCRIPT) $(srcdir)/$$f $(top_builddir)/bin; \
 	done
 	@for f in $(SCRIPTS_B); do \
-	  $(INSTALL) $$f $(top_builddir)/bin; \
+	  $(INSTALL_SCRIPT) $$f $(top_builddir)/bin; \
 	done
 
 $(SCRIPTS_B): $(top_builddir)/config.status