From 1d7f1160ee86c01cb78d92356a9c69ce21035a28 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Thu, 4 Dec 2025 23:07:55 -0500 Subject: Tweak the setup scripts, installer and some other minor bits. Vulkan package was also renamed, causing issues --- mkrepo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkrepo.sh') diff --git a/mkrepo.sh b/mkrepo.sh index e35231e..38f0cb5 100755 --- a/mkrepo.sh +++ b/mkrepo.sh @@ -4,7 +4,7 @@ mkdir -p ./pkgrepo #shellcheck disable=SC2155 export PKGDEST="$(pwd)"/pkgrepo if ! [ -L /tmp/arch_pkgrepo ] ; then - ln -s "$(pwd)"/pkgrepo /tmp/arch_pkgrepo + ln -s "$PKGDEST" /tmp/arch_pkgrepo fi -- cgit v1.2.3