diff --git a/debian/rules b/debian/rules index c6cd1fc..902074e 100755 --- a/debian/rules +++ b/debian/rules @@ -69,7 +69,7 @@ config.status: configure # if /proc is not mounted, check_nagios and check_procs are # silently omitted from build. - @if ! [ -d /proc/1 ]; then \ + @if ! [ -d /proc/$$$$ ]; then \ echo "monitoring-plugins needs a mounted /proc to correctly build"; \ exit 1; \ fi