fix syntax error

This commit is contained in:
Sean Finney 2008-02-15 20:14:14 +00:00
parent 771ade2f27
commit a6f91a37b7

4
debian/rules vendored
View file

@ -33,8 +33,8 @@ config.status: configure
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"