misc: Add proper archlinux prefix in build script

This commit is contained in:
James Shubin
2019-10-04 06:01:23 -04:00
parent 2d2dad41f4
commit 09cc7da282

View File

@@ -72,7 +72,7 @@ fi
# assume the file extension
ext="$typ"
if [ "$typ" = "pacman" ]; then # archlinux is an exception
ext=".tar.xz"
ext="pkg.tar.xz"
fi
# don't run if the file already exists (bad idempotent implementation)