summaryrefslogtreecommitdiff
path: root/sci-mathematics/gretl/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
commit2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch)
treec8af0fd04194aed03cf067d44e53c7edd3e9ab84 /sci-mathematics/gretl/files
parente9d044d4b9b71200a96adfa280848858c0f468c9 (diff)
gentoo resync : 05.12.2021
Diffstat (limited to 'sci-mathematics/gretl/files')
-rw-r--r--sci-mathematics/gretl/files/gretl-2001d-appdatadir.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-mathematics/gretl/files/gretl-2001d-appdatadir.patch b/sci-mathematics/gretl/files/gretl-2001d-appdatadir.patch
new file mode 100644
index 000000000000..8b42edccc88b
--- /dev/null
+++ b/sci-mathematics/gretl/files/gretl-2001d-appdatadir.patch
@@ -0,0 +1,11 @@
+--- a/gui/Makefile.in
++++ b/gui/Makefile.in
+@@ -139,7 +139,7 @@
+ else
+ gretldir = $(datarootdir)/gretl
+ uidir = $(gretldir)/ui
+- appdatadir = $(datarootdir)/appdata
++ appdatadir = $(datarootdir)/metainfo
+ endif
+
+ tooldir = $(topsrc)/tools