Fix small error in the Shorewall-init install script

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-05-24 07:00:20 -07:00
parent cafeca0c0d
commit 8e34b80f85

View File

@ -229,7 +229,7 @@ if [ -n "$DEBIAN" ]; then
fi
if [ ! -f ${PREFIX}/etc/default/shorewall-init ]; then
if [ -n ${PREFIX} ]; then
if [ -n "${PREFIX}" ]; then
mkdir ${PREFIX}/etc/default
fi