From 4059c5666f82601a50a88fe3936321085acdb58f Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Fri, 17 Aug 2012 21:47:31 +0700 Subject: [PATCH] We don't need to find the znc binary --- znc-buildmod.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/znc-buildmod.in b/znc-buildmod.in index 140124b6..5460e292 100755 --- a/znc-buildmod.in +++ b/znc-buildmod.in @@ -4,11 +4,6 @@ ERROR="[ !! ]" WARNING="[ ** ]" OK="[ ok ]" -# Update $PATH so that we will also find the znc binary if we were compiled -# with ./configure --prefix=/some/path -bindir="@bindir@" -PATH="$bindir:$PATH" - # Check if we got everything we need check_binary()