SHA256
1
0
forked from pool/pacemaker
pacemaker/pacemaker-pyexecdir.patch
OBS User autobuild 6ecd79cfbd Accepting request 42255 from network:ha-clustering:Factory
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
2010-06-30 08:46:24 +00:00

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)