diff --git a/Shorewall/install.sh b/Shorewall/install.sh index e6e50f67b..0c0d7c936 100755 --- a/Shorewall/install.sh +++ b/Shorewall/install.sh @@ -176,7 +176,7 @@ else fi if [ -z "$CYGWIN" ]; then - if [ -d /etc/apt -a -e /usr/bin/dpkg ]; then + if [ -f /etc/debian_version ]; then DEBIAN=yes elif [ -f /etc/slackware-version ] ; then echo "installing Slackware specific configuration..."