aboutsummaryrefslogtreecommitdiff
path: root/archivers/sharutils/files/patch-intl_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/sharutils/files/patch-intl_Makefile.in')
-rw-r--r--archivers/sharutils/files/patch-intl_Makefile.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/archivers/sharutils/files/patch-intl_Makefile.in b/archivers/sharutils/files/patch-intl_Makefile.in
new file mode 100644
index 000000000000..723c5e53268c
--- /dev/null
+++ b/archivers/sharutils/files/patch-intl_Makefile.in
@@ -0,0 +1,22 @@
+--- intl/Makefile.in.orig 2015-05-30 15:35:20 UTC
++++ intl/Makefile.in
+@@ -451,7 +451,6 @@ install-exec: all
+ temp=$(DESTDIR)$(localedir)/t-locale.alias; \
+ dest=$(DESTDIR)$(localedir)/locale.alias; \
+ sed -f ref-add.sed $$orig > $$temp; \
+- $(INSTALL_DATA) $$temp $$dest; \
+ rm -f $$temp; \
+ else \
+ : ; \
+@@ -559,11 +558,6 @@ uninstall:
+ temp=$(DESTDIR)$(localedir)/t-locale.alias; \
+ dest=$(DESTDIR)$(localedir)/locale.alias; \
+ sed -f ref-del.sed $$dest > $$temp; \
+- if grep '^# Packages using this file: $$' $$temp > /dev/null; then \
+- rm -f $$dest; \
+- else \
+- $(INSTALL_DATA) $$temp $$dest; \
+- fi; \
+ rm -f $$temp; \
+ fi; \
+ else \