summaryrefslogtreecommitdiffstats
path: root/source/ap/dash/dash.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap/dash/dash.SlackBuild')
-rwxr-xr-xsource/ap/dash/dash.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/ap/dash/dash.SlackBuild b/source/ap/dash/dash.SlackBuild
index 45bc99d90..62af6dcf7 100755
--- a/source/ap/dash/dash.SlackBuild
+++ b/source/ap/dash/dash.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2017, 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2017, 2018, 2020 Patrick J. Volkerding, Sebeka, Minnesota, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -85,9 +85,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
-# Allow dash to compile with -Werror=format-security:
-zcat $CWD/dash-0.5.7-format-security.patch.gz | patch -p1 --verbose || exit 1
-
if [ ! -x ./configure ]; then
./autogen.sh
fi