diff options
Diffstat (limited to 'math/gretl/files')
-rw-r--r-- | math/gretl/files/patch-gui2::omf-install::Makefile.in | 2 | ||||
-rw-r--r-- | math/gretl/files/patch-po::Makefile.in.in | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/math/gretl/files/patch-gui2::omf-install::Makefile.in b/math/gretl/files/patch-gui2::omf-install::Makefile.in index c365f12bc2c0..c5cfa1532451 100644 --- a/math/gretl/files/patch-gui2::omf-install::Makefile.in +++ b/math/gretl/files/patch-gui2::omf-install::Makefile.in @@ -14,7 +14,7 @@ -docdir = $(gnome_prefix)/share/gnome/help/gretl/C -omfdir = $(gnome_prefix)/share/omf/gretl -+docdir = $(datadir)/help/gretl/C ++docdir = $(gnome_prefix)/share/gnome/help/gretl/C +omfdir = $(datadir)/omf/gretl gretl-C.omf: gretl-C.omf.in diff --git a/math/gretl/files/patch-po::Makefile.in.in b/math/gretl/files/patch-po::Makefile.in.in deleted file mode 100644 index 53fa2d5ede09..000000000000 --- a/math/gretl/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,11 +0,0 @@ ---- po/Makefile.in.in.orig Fri May 24 05:03:49 2002 -+++ po/Makefile.in.in Mon Oct 21 08:10:04 2002 -@@ -21,7 +21,7 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - datadir = @datadir@ --localedir = $(datadir)/locale -+localedir = $(prefix)/share/locale - gettextsrcdir = $(datadir)/gettext/po - - INSTALL = @INSTALL@ |