aboutsummaryrefslogtreecommitdiffstats
path: root/testing/policycoreutils/busybox-install-compat.patch
blob: aba281d57ac365e24b3c050f089fa72dc7ab56aa (plain)
1
2
3
4
5
6
7
8
9
10
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