[Pkg-nagios-changes] [pkg-icinga2] 01/02: Fix binary-only builds

Markus Frosch lazyfrosch at moszumanska.debian.org
Sun Dec 28 16:31:42 UTC 2014


This is an automated email from the git hooks/post-receive script.

lazyfrosch pushed a commit to branch master
in repository pkg-icinga2.

commit ec8d3059a90d3889669a96dbce68bfe3a7ba0c1f
Author: Markus Frosch <lazyfrosch at debian.org>
Date:   Sat Dec 27 15:36:41 2014 +0100

    Fix binary-only builds
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index d7f183d..822a5b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ override_dh_auto_install:
 
 override_dh_install:
 	dh_install
-	chmod +x debian/icinga2-common/usr/lib/icinga2/prepare-dirs
+	if [ -d debian/icinga2-common/ ]; then chmod +x debian/icinga2-common/usr/lib/icinga2/prepare-dirs; fi
 	# remove ido files from other packages
 	if [ -d debian/icinga2-common/ ]; then rm debian/icinga2-common/etc/icinga2/features-available/ido-*; fi
 	rm debian/icinga2-bin/usr/lib/*/icinga2/libdb_ido_*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-icinga2.git



More information about the Pkg-nagios-changes mailing list