diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-12-16 22:06:02 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-12-16 22:06:02 +0000 |
commit | c4248a0062f5561ff959dd738d4331f8d7d36101 (patch) | |
tree | cb885bad459f492932122642f7fa8d2d76bd3030 /testing/policycoreutils/busybox-install-compat.patch | |
parent | 212a9e33b40936d7c7fcbdb886c13014ed238d03 (diff) | |
download | aports-c4248a0062f5561ff959dd738d4331f8d7d36101.tar.bz2 aports-c4248a0062f5561ff959dd738d4331f8d7d36101.tar.xz |
testing/policycoreutils: upgrade to 2.8
Diffstat (limited to 'testing/policycoreutils/busybox-install-compat.patch')
-rw-r--r-- | testing/policycoreutils/busybox-install-compat.patch | 11 |
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 0000000000..aba281d57a --- /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 |