fixed PKGBUILD

This commit is contained in:
Shane Blackthorne 2024-05-09 12:32:29 -07:00
parent 748acdb545
commit bee4e77e0d

View File

@ -12,7 +12,7 @@ sha256sums=('57555dab4afd4fc60785e8ad34f41932988b4cd2ce130daaa719625a0e455481')
prepare(){ prepare(){
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"
mkdir -p build/ mkdir -p build/ cmd/
} }
build() { build() {