---
 Shorewall/install.sh     |    4 ++--
 Shorewall/shorewall      |    2 +-
 Shorewall/shorewall.spec |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Shorewall/install.sh b/Shorewall/install.sh
index 50eca57..9b9db95 100755
--- a/Shorewall/install.sh
+++ b/Shorewall/install.sh
@@ -944,10 +944,10 @@ chmod 755 ${DESTDIR}${SHARE}shorewall/Shorewall
 #
 cd Perl
 
-install_file compiler.pl ${DESTDIR}${SHARE}shorewall/compiler.pl 0755
+install_file compiler.pl ${DESTDIR}${LIBEXEC}shorewall/compiler.pl 0755
 
 echo
-echo "Compiler installed in ${DESTDIR}${SHARE}shorewall/compiler.pl"
+echo "Compiler installed in ${DESTDIR}${LIBEXEC}shorewall/compiler.pl"
 #
 # Install the params file helper
 #
diff --git a/Shorewall/shorewall b/Shorewall/shorewall
index 0ced9e8..ba0d9fa 100755
--- a/Shorewall/shorewall
+++ b/Shorewall/shorewall
@@ -371,7 +371,7 @@ compiler() {
        PERL=/usr/bin/perl
     fi
 
-    $PERL $debugflags ${g_share}shorewall/compiler.pl $options $@
+    $PERL $debugflags ${g_libexec}shorewall/compiler.pl $options $@
 }
 
 #
diff --git a/Shorewall/shorewall.spec b/Shorewall/shorewall.spec
index 5b65d52..25ea402 100644
--- a/Shorewall/shorewall.spec
+++ b/Shorewall/shorewall.spec
@@ -106,7 +106,7 @@ fi
 %attr(0644,root,root) /usr/share/shorewall/configpath
 %attr(0755,root,root) /usr/libexec/shorewall/wait4ifup
 
-%attr(755,root,root) /usr/share/shorewall/compiler.pl
+%attr(755,root,root) /usr/libexec/shorewall/compiler.pl
 %attr(755,root,root) /usr/share/shorewall/getparams
 %attr(0644,root,root) /usr/share/shorewall/prog.*
 %attr(0644,root,root) /usr/share/shorewall/Shorewall/*.pm
-- 
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