mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ci: fix aur package
This commit is contained in:
parent
3d04ba26a3
commit
7dba570195
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ if (!Script.preview) {
|
|||
"",
|
||||
"package() {",
|
||||
` cd "opencode-\${pkgver}/packages/opencode"`,
|
||||
' install -Dm755 ./opencode "${pkgdir}/usr/bin/opencode"',
|
||||
' install -Dm755 $(find dist/*/bin/opencode) "${pkgdir}/usr/bin/opencode"',
|
||||
"}",
|
||||
"",
|
||||
].join("\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue