Skip to content

Commit

Permalink
Merge pull request #209 from blackthorne7/main
Browse files Browse the repository at this point in the history
fixed broken PKGBUILD
  • Loading branch information
quexten authored May 9, 2024
2 parents 748acdb + bee4e77 commit f869e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sha256sums=('57555dab4afd4fc60785e8ad34f41932988b4cd2ce130daaa719625a0e455481')

prepare(){
cd "$pkgname-$pkgver"
mkdir -p build/
mkdir -p build/ cmd/
}

build() {
Expand Down

0 comments on commit f869e9a

Please sign in to comment.