[Pkg-nagios-changes] [SCM] Debian packaging of icinga-web branch, master, updated. debian/1.8.3-1-32-g1d1a585

Markus Frosch markus at lazyfrosch.de
Wed May 8 14:58:02 UTC 2013


The following commit has been merged in the master branch:
commit b3b183845c9beada56e001a077b57f24764173af
Author: Markus Frosch <markus at lazyfrosch.de>
Date:   Wed May 8 16:46:27 2013 +0200

    Ignore when empty dirs do not exist on build
    
    Git-Dch: ignore

diff --git a/debian/rules b/debian/rules
index 20338ca..732600d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,8 +46,8 @@ override_dh_install:
 	rm ${b}/tmp/usr/share/icinga-web/doc/LICENSE
 	# Remove empty paths
 	rm -rf ${b}/tmp/usr/share/icinga-web/lib/agavi/src/build/
-	rmdir ${b}/tmp/usr/share/icinga-web/app/modules/Reporting/data/
-	rmdir ${b}/tmp/usr/share/icinga-web/app/data/i18n/po/
+	rm -rf ${b}/tmp/usr/share/icinga-web/app/modules/Reporting/data/
+	rm -rf ${b}/tmp/usr/share/icinga-web/app/data/i18n/po/
 	# Install the rest
 	dh_install
 	# MySQL schema for dbconfig-common

-- 
Debian packaging of icinga-web



More information about the Pkg-nagios-changes mailing list