summaryrefslogtreecommitdiff
path: root/misc/rpm/patches/patch-bd
diff options
context:
space:
mode:
Diffstat (limited to 'misc/rpm/patches/patch-bd')
-rw-r--r--misc/rpm/patches/patch-bd11
1 files changed, 0 insertions, 11 deletions
diff --git a/misc/rpm/patches/patch-bd b/misc/rpm/patches/patch-bd
deleted file mode 100644
index 950f1e05b30..00000000000
--- a/misc/rpm/patches/patch-bd
+++ /dev/null
@@ -1,11 +0,0 @@
-$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