From 2e5c1a88049bf60442fc629c4aeafe705804d13b Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 29 Oct 2006 17:29:46 +0000 Subject: [PATCH] Correct build errors with lib.cli git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4757 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/install.sh b/Shorewall/install.sh index cc614f2ea..3c00d3877 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -647,7 +647,7 @@ done for f in lib.* ; do if [ -f $f ]; then install_file $f ${PREFIX}/usr/share/shorewall/$f 0644 - echo "Macro ${f#*.} file installed as ${PREFIX}/usr/share/shorewall/$f" + echo "Library ${f#*.} file installed as ${PREFIX}/usr/share/shorewall/$f" fi done #