Skip to content

Commit 2f09b43

Browse files
committed
Ensure we are using the correct package extension
1 parent 46cf6bb commit 2f09b43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

repro.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,8 @@ function cmd_check(){
231231
printf 'PACKAGER=%s\n' "${packager@Q}"
232232
printf 'OPTIONS=(%s)\n' "${options}"
233233
printf 'BUILDENV=(%s)\n' "${buildenv}"
234+
printf 'COMPRESSZST=(zstd -c -T0 --ultra -20 -)\n'
235+
printf 'PKGEXT=".pkg.tar%s"\n' "${pkg##*tar}"
234236
} >> "$BUILDDIRECTORY/$build/etc/makepkg.conf"
235237

236238
# Father I have sinned

0 commit comments

Comments
 (0)