1
0
mirror of https://gitlab.com/shorewall/code.git synced 2025-07-18 15:15:01 +02:00

Correct test for the existance of coreversion in install.sh

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep
2013-09-12 13:55:30 -07:00
parent 14bd1a9061
commit 4b9728effe

@ -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