Many changes to .spec and install scripts

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6739 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep
2007-07-02 14:50:57 +00:00
parent 516f3d99ad
commit 26cd32fd6f
9 changed files with 105 additions and 105 deletions

View File

@ -169,7 +169,7 @@ chmod 755 ${PREFIX}/usr/share/shorewall-perl/Shorewall
# Install the Compiler
#
install_file compiler.pl ${PREFIX}/usr/share/shorewall-perl/compiler.pl 0555
install_file compiler.pl ${PREFIX}/usr/share/shorewall-perl/compiler.pl 0755
echo
echo "Compiler installed in ${PREFIX}/usr/share/shorewall-perl/compiler.pl"
@ -179,7 +179,7 @@ echo "Compiler installed in ${PREFIX}/usr/share/shorewall-perl/compiler.pl"
#
for f in Shorewall/*.pm ; do
install_file $f ${PREFIX}/usr/share/shorewall-perl/$f 0644
echo "Library ${f%.*} file installed as ${PREFIX}/usr/share/shorewall-perl/$f"
echo "Module ${f%.*} installed as ${PREFIX}/usr/share/shorewall-perl/$f"
done
#
@ -193,7 +193,7 @@ done
#
# Install buildports.pl and create Shorewall::Ports
#
install_file buildports.pl ${PREFIX}/usr/share/shorewall-perl/buildports.pl 0555
install_file buildports.pl ${PREFIX}/usr/share/shorewall-perl/buildports.pl 0755
if [ -n "$INSTALL_PORTS_PM" ]; then
if ./buildports.pl > ${PREFIX}/usr/share/shorewall-perl/Shorewall/Ports.pm; then