1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: fix libexecdir
Author: Anton Gladky <gladk@debian.org>
Last-Update: 2015-06-16
Index: gnuplot-6.0.3/src/Makefile.am
===================================================================
--- gnuplot-6.0.3.orig/src/Makefile.am
+++ gnuplot-6.0.3/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
|