misc: Add proper archlinux prefix in build script
This commit is contained in:
@@ -72,7 +72,7 @@ fi
|
|||||||
# assume the file extension
|
# assume the file extension
|
||||||
ext="$typ"
|
ext="$typ"
|
||||||
if [ "$typ" = "pacman" ]; then # archlinux is an exception
|
if [ "$typ" = "pacman" ]; then # archlinux is an exception
|
||||||
ext=".tar.xz"
|
ext="pkg.tar.xz"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# don't run if the file already exists (bad idempotent implementation)
|
# don't run if the file already exists (bad idempotent implementation)
|
||||||
|
|||||||
Reference in New Issue
Block a user