diff options
Diffstat (limited to 'debian/patches/Remove-references-to-the-build-directory.patch')
-rw-r--r-- | debian/patches/Remove-references-to-the-build-directory.patch | 20 |
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.""" |