Adjust debian/rules for check_http rename

This commit is contained in:
Jan Wagner 2025-04-21 10:04:07 +00:00
parent baad659ea8
commit 6bb85804e1

2
debian/rules vendored
View file

@ -156,6 +156,8 @@ install: build
for p in ${std_plugins}; do \
mv ${NP_BASIC_DIR}/${NP_LIBEXEC}/$$p ${NP_STD_DIR}/${NP_LIBEXEC}; \
done
# rename check_http to check_http_deprecated for making use of update-alternatives
mv ${NP_BASIC_DIR}/${NP_LIBEXEC}/check_http ${NP_BASIC_DIR}/${NP_LIBEXEC}/check_http.deprecated
# slit out common files
for p in ${common_files}; do \
mv ${NP_BASIC_DIR}/${NP_LIBEXEC}/$$p ${NP_COMMON_DIR}/${NP_LIBEXEC}; \