diff options
Diffstat (limited to '')
-rw-r--r-- | math/gretl/files/patch-gui2::omf-install::Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gretl/files/patch-gui2::omf-install::Makefile.in b/math/gretl/files/patch-gui2::omf-install::Makefile.in index b72b4211dc60..c365f12bc2c0 100644 --- a/math/gretl/files/patch-gui2::omf-install::Makefile.in +++ b/math/gretl/files/patch-gui2::omf-install::Makefile.in @@ -26,4 +26,4 @@ - $(INSTALL) -m 644 $< $(omfdir) - scrollkeeper-update -p $(gnome_prefix)/var/scrollkeeper + $(INSTALL_DATA) $< $(omfdir) -+ scrollkeeper-update -p /var/log/scrollkeeper ++ scrollkeeper-update -p /var/db/scrollkeeper |