Skip to content

Commit

Permalink
fix sonixflasher path
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter93 committed Jun 14, 2023
1 parent 1e967ef commit 9b7efa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-sonixflasher/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ source=("https://github.com/SonixQMK/SonixFlasherC/archive/${pkgver}.tar.gz")
sha256sums=('899beef48ca8eca0d8037794870f9f58f7cb463e3a3ddfeb2b5c446edbffbef9')

build() {
cd "${srcdir}/${_realname}-${pkgver}"
cd "${srcdir}/SonixFlasherC-${pkgver}"

make CC=${CC}
}

package() {
cd "${srcdir}/${_realname}-${pkgver}"
cd "${srcdir}/SonixFlasherC-${pkgver}"

install -Dm755 sonixflasher.exe "${pkgdir}${MINGW_PREFIX}/bin/sonixflasher.exe"
}

0 comments on commit 9b7efa7

Please sign in to comment.