[Pkg-nagios-changes] [pkg-nagios] r1346 - nagios-plugins/branches/sarge/debian
Sean Finney
seanius at alioth.debian.org
Fri Feb 15 20:14:14 UTC 2008
Author: seanius
Date: 2008-02-15 20:14:14 +0000 (Fri, 15 Feb 2008)
New Revision: 1346
Modified:
nagios-plugins/branches/sarge/debian/rules
Log:
fix syntax error
Modified: nagios-plugins/branches/sarge/debian/rules
===================================================================
--- nagios-plugins/branches/sarge/debian/rules 2008-02-15 20:13:00 UTC (rev 1345)
+++ nagios-plugins/branches/sarge/debian/rules 2008-02-15 20:14:14 UTC (rev 1346)
@@ -33,8 +33,8 @@
export PATH=$(PATH)
dh_testdir
@if ! mount | grep -qw /proc; then \
- echo "E: /proc must be mounted" >&2 \
- exit 1
+ echo "E: /proc must be mounted" >&2; \
+ exit 1; \
fi
# Add here commands to configure the package.
CFLAGS="$(CFLAGS)" PATH_TO_MAILQ="/usr/bin/mailq" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --libexecdir=/usr/lib/nagios/plugins --with-nagios-user=nagios --with-nagios-group=nagios --with-trusted-path=/bin:/sbin:/usr/bin:/usr/sbin --with-df-command="/bin/df -Pk" --with-ping-command="/bin/ping -n -U -w %d -c %d %s" --with-ping6-command="/bin/ping6 -n -U -c %d %s"
More information about the Pkg-nagios-changes
mailing list