1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: fix libexecdir
Index: gnuplot-5.0.rc2/src/Makefile.am
===================================================================
--- gnuplot-5.0.rc2.orig/src/Makefile.am
+++ gnuplot-5.0.rc2/src/Makefile.am
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS = foreign subdir-objects
# in the spirit of automake ...
-pkglibexecdir = $(libexecdir)/@PACKAGE@/@VERSION_MAJOR@
+pkglibexecdir = $(libexecdir)
# Where to send email about bugs and comments (locally)
EMAIL = gnuplot-bugs@lists.sourceforge.net
|