summarylogtreecommitdiffstats
path: root/po_install.diff
diff options
context:
space:
mode:
authorAntonio Rojas2020-05-01 18:50:32 +0000
committerAntonio Rojas2020-05-01 18:50:32 +0000
commita5c3a54b85a00f02081031fc94b1eca805689192 (patch)
treea13e8b773e044abf79a23dc33aadfb6321f18c2b /po_install.diff
downloadaur-gimp-plugin-wavelet-denoise.tar.gz
Dropped from repos
Diffstat (limited to 'po_install.diff')
-rw-r--r--po_install.diff21
1 files changed, 21 insertions, 0 deletions
diff --git a/po_install.diff b/po_install.diff
new file mode 100644
index 000000000000..4b6d1a9fe247
--- /dev/null
+++ b/po_install.diff
@@ -0,0 +1,21 @@
+diff -c -r wavelet-denoise-0.3/po/Makefile wavelet-denoise-0.3-new/po/Makefile
+*** wavelet-denoise-0.3/po/Makefile 2008-12-14 12:19:22.000000000 +0100
+--- wavelet-denoise-0.3-new/po/Makefile 2008-12-20 14:57:51.000000000 +0100
+***************
+*** 24,30 ****
+
+ install: $(LANGUAGES)
+ for L in $(LANGUAGES); \
+! do install -v -m 0644 $$L.mo "$(LOCALEDIR)/$$L/LC_MESSAGES/gimp20-$(PLUGIN)-plug-in.mo"; \
+ done
+
+ uninstall: $(LANGUAGES)
+--- 24,31 ----
+
+ install: $(LANGUAGES)
+ for L in $(LANGUAGES); \
+! do mkdir -p "$(LOCALEDIR)/$$L/LC_MESSAGES"; \
+! install -v -m 0644 $$L.mo "$(LOCALEDIR)/$$L/LC_MESSAGES/gimp20-$(PLUGIN)-plug-in.mo"; \
+ done
+
+ uninstall: $(LANGUAGES)