diff options
Diffstat (limited to 'math/gretl/files/patch-gui2::omf-install::Makefile.in')
-rw-r--r-- | math/gretl/files/patch-gui2::omf-install::Makefile.in | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/math/gretl/files/patch-gui2::omf-install::Makefile.in b/math/gretl/files/patch-gui2::omf-install::Makefile.in deleted file mode 100644 index c365f12bc2c0..000000000000 --- a/math/gretl/files/patch-gui2::omf-install::Makefile.in +++ /dev/null @@ -1,29 +0,0 @@ ---- gui2/omf-install/Makefile.in.orig Wed Apr 9 01:11:18 2003 -+++ gui2/omf-install/Makefile.in Mon Apr 14 17:37:41 2003 -@@ -1,13 +1,14 @@ --topsrc = $top_srcdir@ -+topsrc = @top_srcdir@ - tooldir = $(topsrc)/tools - - INSTALL = @INSTALL@ --gnome_prefix = @gnome_prefix@ -+INSTALL_DATA = @INSTALL_DATA@ -+datadir = @datadir@ - - VPATH = $(topsrc)/gui2/omf-install - --docdir = $(gnome_prefix)/share/gnome/help/gretl/C --omfdir = $(gnome_prefix)/share/omf/gretl -+docdir = $(datadir)/help/gretl/C -+omfdir = $(datadir)/omf/gretl - - gretl-C.omf: gretl-C.omf.in - scrollkeeper-preinstall $(docdir)/`awk 'BEGIN {RS = ">" } \ -@@ -16,5 +17,5 @@ - - install: gretl-C.omf - $(tooldir)/mkinstalldirs $(omfdir) -- $(INSTALL) -m 644 $< $(omfdir) -- scrollkeeper-update -p $(gnome_prefix)/var/scrollkeeper -+ $(INSTALL_DATA) $< $(omfdir) -+ scrollkeeper-update -p /var/db/scrollkeeper |