summaryrefslogtreecommitdiff
path: root/misc/rpm/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'misc/rpm/patches/patch-aa')
-rw-r--r--misc/rpm/patches/patch-aa15
1 files changed, 0 insertions, 15 deletions
diff --git a/misc/rpm/patches/patch-aa b/misc/rpm/patches/patch-aa
deleted file mode 100644
index efc931b686e..00000000000
--- a/misc/rpm/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.6 1998/11/10 22:39:29 tron Exp $
-
---- po/Makefile.in.orig Mon Sep 28 22:13:27 1998
-+++ po/Makefile.in Tue Nov 10 23:07:35 1998
-@@ -79,8 +79,8 @@
- install:
- for n in $(CATALOGS); do \
- l=`basename $$n .mo`; \
-- $(INSTALL) -m 755 -d $(installprefix)/$(RPMNLSDIR)/$$l; \
-- $(INSTALL) -m 755 -d $(installprefix)/$(RPMNLSDIR)/$$l/LC_MESSAGES; \
-+ $(BSD_INSTALL_DATA_DIR) -m 755 $(installprefix)/$(RPMNLSDIR)/$$l; \
-+ $(BSD_INSTALL_DATA_DIR) -m 755 $(installprefix)/$(RPMNLSDIR)/$$l/LC_MESSAGES; \
- $(INSTALL) -m 644 $$n $(installprefix)/$(RPMNLSDIR)/$$l/LC_MESSAGES/rpm.mo; \
- done
-