summaryrefslogtreecommitdiff
path: root/bin/build-packages
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build-packages')
-rwxr-xr-xbin/build-packages2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build-packages b/bin/build-packages
index 3fa8e62..45e65d2 100755
--- a/bin/build-packages
+++ b/bin/build-packages
@@ -218,7 +218,7 @@ while [ "${count}" -ne 0 ] && \
if [ -z "${forced_straws}" ] && \
printf '%s\n' "${package}" | \
- grep -q '^haskell-'; then
+ grep -q '^\(haskell\|python2\?\)-'; then
haskell_straws=':without_check:'
else
haskell_straws=''