[Pkg-nagios-changes] [pkg-check-mk] 01/01: make sure dir exists before using
Matt Taggart
taggart at moszumanska.debian.org
Sat Aug 22 00:11:44 UTC 2015
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 f6d37da0a0f11e2756ef5438cfa5e2cfd7b07e67
Author: Matt Taggart <taggart at debian.org>
Date: Fri Aug 21 17:10:41 2015 -0700
make sure dir exists before using
---
debian/rules | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/rules b/debian/rules
index d97f6fd..cf9cfca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -99,6 +99,7 @@ install: build
cp debian/tmp/usr/share/check_mk/agents/check_mk_agent.linux debian/check-mk-agent/usr/bin/check_mk_agent
chmod +x debian/check-mk-agent/usr/bin/check_mk_agent
# mkp wrapper script
+ mkdir -p debian/check-mk-server/usr/bin/mkp
cp debian/tmp/usr/bin/mkp debian/check-mk-server/usr/bin/mkp
chmod +x debian/check-mk-server/usr/bin/mkp
# xinetd: provide config, but disabled by default
--
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