summaryrefslogtreecommitdiff
path: root/misc/rpm/patches/patch-bd
blob: 950f1e05b30cb0079764cac842429489f127d215 (plain)
1
2
3
4
5
6
7
8
9
10
11
$NetBSD: patch-bd,v 1.1 1998/11/05 01:34:02 mycroft Exp $

--- scripts/Makefile.in.orig	Thu Jul 30 10:19:58 1998
+++ scripts/Makefile.in	Wed Nov  4 20:11:58 1998
@@ -12,5 +12,5 @@
 
 install:
 	for n in $(SCRIPTS); do \
-	    $(INSTALL_DATA) -m 755 $$n $(installprefix)/$(RPMCONFIGDIR); \
+	    $(BSD_INSTALL_SCRIPT) $$n $(installprefix)/$(RPMCONFIGDIR); \
 	done