minor extras/apparmor configure_args.sh path typo fix
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# etc.). Execute this script from the top level fwknop sources directory.
|
||||
#
|
||||
|
||||
if [ -x ../configure ]; then
|
||||
if [ -x ./configure ]; then
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
|
||||
else
|
||||
echo "[*] Execute from the fwknop top level sources directory"
|
||||
|
||||
Reference in New Issue
Block a user