From 992bae44bb5b011c1dd68251166d8c2fa69c84bd Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 19 Nov 2006 02:05:34 +0000 Subject: [PATCH] Fix typos in install.sh git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4920 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shorewall/install.sh b/Shorewall/install.sh index d8e5dae80..2dd62d8fe 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -685,12 +685,12 @@ rm -f *.gz for file in manpages/*.5; do gzip manpages/$f install_file -D manpages/${f}.gz ${PREFIX}/usr/share/man/man5/${f}.gz -fi +done for file in manpages/*.8; do gzip manpages/$f install_file -D manpages/${f}.gz ${PREFIX}/usr/share/man/man8/${f}.gz -fi +done echo "Man Pages Installed"