summaryrefslogtreecommitdiff
path: root/math/gretl/files/patch-share::Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'math/gretl/files/patch-share::Makefile.in')
-rw-r--r--math/gretl/files/patch-share::Makefile.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/math/gretl/files/patch-share::Makefile.in b/math/gretl/files/patch-share::Makefile.in
new file mode 100644
index 000000000000..8c2a6a5c6645
--- /dev/null
+++ b/math/gretl/files/patch-share::Makefile.in
@@ -0,0 +1,16 @@
+--- share/Makefile.in.orig Thu Mar 28 07:10:47 2002
++++ share/Makefile.in Wed May 1 06:56:53 2002
+@@ -1,10 +1,11 @@
+ topsrc = ..
+
+ prefix = @prefix@
++libdir = @libdir@
+
+-gretldir = $(prefix)/share/gretl
++gretldir = $(libdir)/gretl
+ tooldir = $(topsrc)/tools
+-INSTALL_DATA = cp -fp
++INSTALL_DATA = @INSTALL_DATA@
+
+ .PHONY :
+