mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
We don't need to find the znc binary
This commit is contained 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()
|
||||
|
||||
Reference in New Issue
Block a user