summaryrefslogtreecommitdiff
path: root/misc/rpm/patches/patch-bd
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>1998-11-05 01:34:01 +0000
committermycroft <mycroft@pkgsrc.org>1998-11-05 01:34:01 +0000
commit7d2ff27a472809dbf6608df5456c971568c463d9 (patch)
tree061a2b83baedbd8618343493895ae1f935d6a65d /misc/rpm/patches/patch-bd
parent7f7b4cf4681ff94ee71155bab9dd97e3701fbeea (diff)
downloadpkgsrc-7d2ff27a472809dbf6608df5456c971568c463d9.tar.gz
2.5.4
Diffstat (limited to 'misc/rpm/patches/patch-bd')
-rw-r--r--misc/rpm/patches/patch-bd11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/rpm/patches/patch-bd b/misc/rpm/patches/patch-bd
new file mode 100644
index 00000000000..950f1e05b30
--- /dev/null
+++ b/misc/rpm/patches/patch-bd
@@ -0,0 +1,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