forked from extern/shorewall_code
Put all Perl components in a common directory -- Phase II
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@9596 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
36b87dff49
commit
ea270c1769
@ -666,6 +666,8 @@ chmod 755 ${PREFIX}/usr/share/shorewall/Shorewall
|
|||||||
#
|
#
|
||||||
# Install the Compiler
|
# Install the Compiler
|
||||||
#
|
#
|
||||||
|
cd Perl
|
||||||
|
|
||||||
install_file compiler.pl ${PREFIX}/usr/share/shorewall/compiler.pl 0755
|
install_file compiler.pl ${PREFIX}/usr/share/shorewall/compiler.pl 0755
|
||||||
|
|
||||||
echo
|
echo
|
||||||
@ -684,6 +686,8 @@ for f in prog.* ; do
|
|||||||
install_file $f ${PREFIX}/usr/share/shorewall/$f 0644
|
install_file $f ${PREFIX}/usr/share/shorewall/$f 0644
|
||||||
echo "Program skeleton file ${f#*.} installed as ${PREFIX}/usr/share/shorewall/$f"
|
echo "Program skeleton file ${f#*.} installed as ${PREFIX}/usr/share/shorewall/$f"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
cd ..
|
||||||
#
|
#
|
||||||
# Create the version file
|
# Create the version file
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user