summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authortron <tron>1998-11-10 22:39:29 +0000
committertron <tron>1998-11-10 22:39:29 +0000
commitd878ff36318693c8097b38b516ed3bcf6e2f257d (patch)
treeff37632a0f5ebec5b132eff1eedc02fb1e0806eb /misc
parenteea3b75207c3279cb5878ac1b0cd4492ee387560 (diff)
downloadpkgsrc-d878ff36318693c8097b38b516ed3bcf6e2f257d.tar.gz
Fix installation for NetBSD 1.3.x.
Diffstat (limited to 'misc')
-rw-r--r--misc/rpm/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/rpm/patches/patch-aa b/misc/rpm/patches/patch-aa
new file mode 100644
index 00000000000..efc931b686e
--- /dev/null
+++ b/misc/rpm/patches/patch-aa
@@ -0,0 +1,15 @@
+$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
+