mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 07:33:43 +01:00
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
|
||||
#
|
||||
cd Perl
|
||||
|
||||
install_file compiler.pl ${PREFIX}/usr/share/shorewall/compiler.pl 0755
|
||||
|
||||
echo
|
||||
@ -684,6 +686,8 @@ for f in prog.* ; do
|
||||
install_file $f ${PREFIX}/usr/share/shorewall/$f 0644
|
||||
echo "Program skeleton file ${f#*.} installed as ${PREFIX}/usr/share/shorewall/$f"
|
||||
done
|
||||
|
||||
cd ..
|
||||
#
|
||||
# Create the version file
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user