summaryrefslogtreecommitdiffstats
path: root/network/shorewall6/shorewall6.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/shorewall6/shorewall6.SlackBuild')
-rw-r--r--network/shorewall6/shorewall6.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/shorewall6/shorewall6.SlackBuild b/network/shorewall6/shorewall6.SlackBuild
index 136de603eb..fc3782b782 100644
--- a/network/shorewall6/shorewall6.SlackBuild
+++ b/network/shorewall6/shorewall6.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=shorewall6
-VERSION=${VERSION:-4.4.8}
+VERSION=${VERSION:-4.4.8.1}
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -47,8 +47,8 @@ cd $TMP/$PRGNAM-$BASEVERS
chown -R root:root .
# Patch the base against all the patchlevel patches in order if present
-if [ $(ls $CWD/patch6-$BASEVERS.* 2>/dev/null | wc -l) -gt 0 ]; then
- for PATCH in $CWD/patch6-$BASERVERS.* ; do
+if [ $(ls $CWD/patch-6-$BASEVERS.* 2>/dev/null | wc -l) -gt 0 ]; then
+ for PATCH in $CWD/patch-6-$BASEVERS.* ; do
patch -p1 < $PATCH
done
fi