From 4b9728effe1148dbecef89e67a536ded42e6a0ec Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 12 Sep 2013 13:55:30 -0700 Subject: [PATCH] Correct test for the existance of coreversion in install.sh Signed-off-by: Tom Eastep --- Shorewall-lite/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall-lite/install.sh b/Shorewall-lite/install.sh index 1e81d8175..36b3e33dd 100755 --- a/Shorewall-lite/install.sh +++ b/Shorewall-lite/install.sh @@ -300,7 +300,7 @@ if [ -n "$DESTDIR" ]; then install -d $OWNERSHIP -m 755 ${DESTDIR}/${SBINDIR} install -d $OWNERSHIP -m 755 ${DESTDIR}${INITDIR} else - if [ ! -f ${SHAREDIR}/coreversion ]; then + if [ ! -f ${SHAREDIR}/shorewall/coreversion ]; then echo "$PRODUCT $VERSION requires Shorewall Core which does not appear to be installed" >&2 exit 1 fi