From d25be5bf664f7e6e94cd5717c22c297c537ee2bb Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Sat, 15 Mar 2025 10:07:21 -0400 Subject: [PATCH] update: make $distdir not local --- leaf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leaf b/leaf index 740710a..0d90fc8 100755 --- a/leaf +++ b/leaf @@ -319,7 +319,7 @@ leaf_update_environment() { } leaf_prepare_package() { - local distdir url sourcefile index _md5sum + local url sourcefile index _md5sum distdir="${DIST_DIR}/${pkgname}-${pkgver}" mkdir -pv "${distdir}" pushd "${distdir}"