[Pkg-nagios-changes] [pkg-check-mk] 01/01: create dir since it doesn't exist yet
Matt Taggart
taggart at moszumanska.debian.org
Sun Aug 6 00:29:02 UTC 2017
This is an automated email from the git hooks/post-receive script.
taggart pushed a commit to branch master
in repository pkg-check-mk.
commit 13c47d86d62f9aa8503d3864f9e0ff1210f25f22
Author: Matt Taggart <taggart at debian.org>
Date: Sat Aug 5 17:28:39 2017 -0700
create dir since it doesn't exist yet
---
debian/rules | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/rules b/debian/rules
index 25398c9..dd2eb83 100755
--- a/debian/rules
+++ b/debian/rules
@@ -93,6 +93,7 @@ install: build
# remove the provided one
rm debian/tmp/python/cmk/paths.py
# copy an icinga specific one into the icinga config package
+ mkdir -p debian/check-mk-config-icinga/usr/share/check_mk/cmk/
cp debian/paths.py.icinga debian/check-mk-config-icinga/usr/share/check_mk/cmk/paths.py
# provide a safe apache config that references icinga
mkdir -p debian/check-mk-config-icinga/etc/apache2/conf-available/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-check-mk.git
More information about the Pkg-nagios-changes
mailing list