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}"