summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-10-17 18:27:23 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-07 15:39:35 +0000
commit2162348a9a8d6290dcc629ea38ee176b8f92d5e8 (patch)
treebd00bcc61c7b5b448df4193a6b042cac735012e2
parent71d9d5233b9db3be91510addcb28721545d93185 (diff)
downloadabuild-2162348a9a8d6290dcc629ea38ee176b8f92d5e8.tar.bz2
abuild-2162348a9a8d6290dcc629ea38ee176b8f92d5e8.tar.xz
Allow round brackets in the license variable
-rw-r--r--abuild.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/abuild.in b/abuild.in
index d4f313c..b550d4e 100644
--- a/abuild.in
+++ b/abuild.in
@@ -896,7 +896,7 @@ check_maintainer() {
check_license() {
local ret=0
local license_list=/usr/share/spdx/license.lst
- local exclude="AND OR WITH"
+ local exclude="AND OR WITH ( )"
if options_has "!spdx" || ! [ -f "$license_list" ]; then
return 0
fi