aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/radeontop/files/patch-translations_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/radeontop/files/patch-translations_Makefile')
-rw-r--r--sysutils/radeontop/files/patch-translations_Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/radeontop/files/patch-translations_Makefile b/sysutils/radeontop/files/patch-translations_Makefile
new file mode 100644
index 000000000000..74f3b68d6ece
--- /dev/null
+++ b/sysutils/radeontop/files/patch-translations_Makefile
@@ -0,0 +1,10 @@
+--- translations/Makefile.orig 2016-10-28 07:41:05 UTC
++++ translations/Makefile
+@@ -15,6 +15,6 @@ $(obj): $(src)
+ $(MSGFMT) -o $@ $<
+
+ %.inst: %.mo
+- $(INSTALL) -D -m 644 $< $(DESTDIR)/$(PREFIX)/share/locale/$*/LC_MESSAGES/radeontop.mo
++ $(INSTALL) -m 644 $< $(DESTDIR)/$(PREFIX)/share/locale/$*/LC_MESSAGES/radeontop.mo
+
+ install: all $(inst)