minor extras/apparmor configure_args.sh path typo fix

This commit is contained in:
Michael Rash
2013-11-14 09:55:43 -05:00
parent 10ac35b344
commit af3d4fa926
+1 -1
View File
@@ -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"