---
 Shorewall6/install.sh |    2 +-
 Shorewall6/shorewall6 |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Shorewall6/install.sh b/Shorewall6/install.sh
index f35d4b9..a677640 100755
--- a/Shorewall6/install.sh
+++ b/Shorewall6/install.sh
@@ -291,7 +291,7 @@ if [ -n "$DESTDIR" -o -z "$OWNERSHIP" ]; then
     CYGWIN=
     MAC=
 else
-    [ -x ${SHARE}shorewall/compiler.pl ] || \
+    [ -x ${LIBEXEC}shorewall/compiler.pl ] || \
        { echo "   ERROR: Shorewall >= 4.3.5 is not installed" >&2; exit 1; }
     if [ -n "$CYGWIN" ]; then
        echo "Installing Cygwin-specific configuration..."
diff --git a/Shorewall6/shorewall6 b/Shorewall6/shorewall6
index 9e0db32..e8c8968 100755
--- a/Shorewall6/shorewall6
+++ b/Shorewall6/shorewall6
@@ -246,7 +246,7 @@ startup_error() {
 # Run the appropriate compiler
 #
 compiler() {
-    pc=${PERLSHAREDIR}/compiler.pl
+    pc=${PERLLIBEXECDIR}/compiler.pl
 
     local command
     command=$1
-- 
1.7.4


------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Shorewall-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-devel

Reply via email to