diff --git a/pnpm/lure.sh b/pnpm/lure.sh index 61ff558..f305101 100644 --- a/pnpm/lure.sh +++ b/pnpm/lure.sh @@ -13,10 +13,10 @@ source=("git+https://github.com/pnpm/pnpm.git#tag=v${version}?signed") checksum=('SKIP') build() { - cd ${srcfir} + cd ${srcdir} wget https://github.com/pnpm/pnpm/releases/download/v${version}/pnpm-linux-x64 } package() { - cd ${srcfir} + cd ${srcdir} }