diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-07-30 21:13:36 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-08-06 20:15:50 +0700 |
commit | b9b407a7d427d823b2b24efe4a1eaa78aec7c0a1 (patch) | |
tree | a7fcc429cd45b54512269f81a0e045e7f2026f05 /network | |
parent | 0fe4549a49da9fd57a1ac0c6d78d06d18cc14fc2 (diff) |
network/postfix-pgsql: Remove template comment.
Fix sbolint warning.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/postfix-pgsql/postfix-pgsql.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/postfix-pgsql/postfix-pgsql.SlackBuild b/network/postfix-pgsql/postfix-pgsql.SlackBuild index 862b6dc4d61a..0a0d6b7b7e22 100644 --- a/network/postfix-pgsql/postfix-pgsql.SlackBuild +++ b/network/postfix-pgsql/postfix-pgsql.SlackBuild @@ -66,7 +66,7 @@ else LIBDIRSUFFIX="" fi -set -e # Exit on most errors +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT |