aboutsummaryrefslogtreecommitdiffstats
path: root/testing/policycoreutils/busybox-install-compat.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/policycoreutils/busybox-install-compat.patch')
-rw-r--r--testing/policycoreutils/busybox-install-compat.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/policycoreutils/busybox-install-compat.patch b/testing/policycoreutils/busybox-install-compat.patch
new file mode 100644
index 00000000000..aba281d57ac
--- /dev/null
+++ b/testing/policycoreutils/busybox-install-compat.patch
@@ -0,0 +1,11 @@
+--- ./po/Makefile.orig
++++ ./po/Makefile
+@@ -130,7 +130,7 @@
+ @for n in $(MOFILES); do \
+ l=`basename $$n .mo`; \
+ $(INSTALL_DIR) $(DESTDIR)$(INSTALL_NLS_DIR)/$$l/LC_MESSAGES; \
+- $(INSTALL_DATA) --verbose $$n $(DESTDIR)$(INSTALL_NLS_DIR)/$$l/LC_MESSAGES/$(NLSPACKAGE).mo; \
++ $(INSTALL_DATA) $$n $(DESTDIR)$(INSTALL_NLS_DIR)/$$l/LC_MESSAGES/$(NLSPACKAGE).mo; \
+ done
+
+ %.mo: %.po