summaryrefslogtreecommitdiffstats
path: root/debian/patches/Remove-references-to-the-build-directory.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 13:39:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-03 13:39:29 +0000
commit0da01ba6cb09bc85833b7a9146953ab54b6420bd (patch)
tree05d5ba5f31fd2c02eb0366775590ac4c76a2c9a4 /debian/patches/Remove-references-to-the-build-directory.patch
parentMerging upstream version 2.1.8~rc1. (diff)
downloadpacemaker-debian.tar.xz
pacemaker-debian.zip
Adding debian version 2.1.8~rc1-1.debian/2.1.8_rc1-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/Remove-references-to-the-build-directory.patch')
-rw-r--r--debian/patches/Remove-references-to-the-build-directory.patch20
1 files changed, 11 insertions, 9 deletions
diff --git a/debian/patches/Remove-references-to-the-build-directory.patch b/debian/patches/Remove-references-to-the-build-directory.patch
index 30c6321..7671783 100644
--- a/debian/patches/Remove-references-to-the-build-directory.patch
+++ b/debian/patches/Remove-references-to-the-build-directory.patch
@@ -7,8 +7,8 @@ directory can be solved by setting environment variables.
---
agents/stonith/fence_legacy.in | 9 ---------
mk/man.mk | 12 +++++++-----
- python/pacemaker/buildoptions.py.in | 6 ------
- 3 files changed, 7 insertions(+), 20 deletions(-)
+ python/pacemaker/buildoptions.py.in | 8 --------
+ 3 files changed, 7 insertions(+), 22 deletions(-)
diff --git a/agents/stonith/fence_legacy.in b/agents/stonith/fence_legacy.in
index c0eeca1..7583986 100755
@@ -65,19 +65,21 @@ index 51dd1e6..ccd8730 100644
$(abs_builddir)/$< --output $@ ; \
fi
diff --git a/python/pacemaker/buildoptions.py.in b/python/pacemaker/buildoptions.py.in
-index 17fe981..3bb85c1 100644
+index a97640c..d66a691 100644
--- a/python/pacemaker/buildoptions.py.in
+++ b/python/pacemaker/buildoptions.py.in
-@@ -13,12 +13,6 @@ class BuildOptions:
+@@ -16,14 +16,6 @@ class BuildOptions:
BASH_PATH = "@BASH_PATH@"
- """ Path to the bash shell """
+ """Path to the bash shell."""
- _BUILD_DIR = "@abs_top_builddir@"
-- """ Top-level build directory
-- NOTE: This is not especially useful on installed systems, but is useful for
-- running various programs from a source checkout
+- """
+- Top-level build directory.
+-
+- NOTE: This is not especially useful on installed systems, but is useful for
+- running various programs from a source checkout
- """
-
CIB_DIR = "@CRM_CONFIG_DIR@"
- """ Where CIB files are stored """
+ """Where CIB files are stored."""