File: set_plugindir.patch

package info (click to toggle)
cpl-plugin-hawki 2.4.11%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,980 kB
  • sloc: ansic: 62,881; sh: 4,302; python: 2,570; cpp: 1,281; makefile: 771
file content (21 lines) | stat: -rw-r--r-- 643 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Ole Streicher <olebole@debian.org>
Date: Fri, 30 Jun 2017 16:54:42 +0200
Subject: Set the plugin directory so that esorex and python-cpl can find it.

---
 acinclude.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/acinclude.m4 b/acinclude.m4
index 47eaeb1..f6b1efb 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -66,7 +66,7 @@ AC_DEFUN([HAWKI_SET_VERSION_INFO],
 AC_DEFUN([HAWKI_SET_PATHS],
 [
     if test -z "$plugindir"; then
-        plugindir='${libdir}/esopipes-plugins/${PACKAGE}-${VERSION}'
+        plugindir='${libdir}/cpl/plugins/${PACKAGE}-${VERSION}'
     fi
 
     if test -z "$privatelibdir"; then