diff --git a/Shorewall/install.sh b/Shorewall/install.sh index c93726d35..22ba791e3 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -663,8 +663,14 @@ done # Install the Macro files # for f in macro.* ; do - install_file $f ${PREFIX}/usr/share/shorewall/$f 0644 - echo "Macro ${f#*.} file installed as ${PREFIX}/usr/share/shorewall/$f" + case $f in + *.\*) + ;; + *) + install_file $f ${PREFIX}/usr/share/shorewall/$f 0644 + echo "Macro ${f#*.} file installed as ${PREFIX}/usr/share/shorewall/$f" + ;; + esac done # # Install the program skeleton files