Commit 0eeac69
authored
fix(release): PKGBUILD null directory (#501)
As reported here:
https://aur.archlinux.org/packages/upcloud-cli#comment-1032759
The current PKGBUILD results in
```
==> Starting package()...
/home/kainoa/.cache/yay/upcloud-cli/PKGBUILD: line 12: cd: null directory
==> ERROR: A failure occurred in package().
Aborting...
-> error making: upcloud-cli-exit status 4
```
Removing that `cd` line results in a successful installation.1 parent 4f6f0a6 commit 0eeac69
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
0 commit comments