Skip to content

Commit

Permalink
Ensure we are using the correct package extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxboron committed Feb 29, 2020
1 parent 46cf6bb commit 2f09b43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repro.in
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ function cmd_check(){
printf 'PACKAGER=%s\n' "${packager@Q}"
printf 'OPTIONS=(%s)\n' "${options}"
printf 'BUILDENV=(%s)\n' "${buildenv}"
printf 'COMPRESSZST=(zstd -c -T0 --ultra -20 -)\n'
printf 'PKGEXT=".pkg.tar%s"\n' "${pkg##*tar}"
} >> "$BUILDDIRECTORY/$build/etc/makepkg.conf"

# Father I have sinned
Expand Down

0 comments on commit 2f09b43

Please sign in to comment.