forked from pool/pacemaker
Copy from network:ha-clustering:Factory/pacemaker based on submit request 42255 from user tserong OBS-URL: https://build.opensuse.org/request/show/42255 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pacemaker?expand=0&rev=29
26 lines
781 B
Diff
26 lines
781 B
Diff
Index: pacemaker/cts/Makefile.am
|
|
===================================================================
|
|
--- pacemaker.orig/cts/Makefile.am
|
|
+++ pacemaker/cts/Makefile.am
|
|
@@ -24,7 +24,7 @@ CLEANFILES = LSBDummy
|
|
EXTRA_DIST = $(cts_SCRIPTS) $(cts_DATA)
|
|
|
|
ctsdir = $(datadir)/$(PACKAGE)/tests/cts
|
|
-ctslibdir = $(pythondir)/cts
|
|
+ctslibdir = $(pyexecdir)/cts
|
|
|
|
ctslib_PYTHON = __init__.py \
|
|
CTSvars.py \
|
|
Index: pacemaker/shell/modules/Makefile.am
|
|
===================================================================
|
|
--- pacemaker.orig/shell/modules/Makefile.am
|
|
+++ pacemaker/shell/modules/Makefile.am
|
|
@@ -41,6 +41,6 @@ modules = __init__.py \
|
|
vars.py \
|
|
xmlutil.py
|
|
|
|
-shelllibdir = $(pythondir)/crm
|
|
+shelllibdir = $(pyexecdir)/crm
|
|
|
|
shelllib_PYTHON = $(modules)
|