Skip to content

Commit

Permalink
Update packages/cortile/cortile.pacscript
Browse files Browse the repository at this point in the history
Co-authored-by: Elsie <[email protected]>
  • Loading branch information
ajstrongdev and Elsie19 authored Dec 10, 2024
1 parent 7c60ca1 commit bee678d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cortile/cortile.pacscript
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ build() {

package() {
cd "cortile-${pkgver}"
install -Dm755 "$pkgname" "${pkgdir}/usr/bin/${pkgname}"
install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
}

0 comments on commit bee678d

Please sign in to comment.