Update PKGBUILD

This commit is contained in:
Cametendo
2026-05-01 10:18:25 +02:00
parent ba3932e98f
commit d54142e71c

View File

@@ -20,9 +20,8 @@ build() {
package() { package() {
cd "$srcdir/cflash" cd "$srcdir/cflash"
# for some reason MAKEPKD won't accept my version, using the wildcard for literally anything if may find install -Dm644 "target/${pkgname}-${pkgver}-jar-with-dependencies.jar" \
install -Dm644 target/cflash-1.0.1-jar-with-dependencies.jar \ "$pkgdir/usr/share/java/${pkgname}/${pkgname}.jar"
"$pkgdir/usr/share/java/cflash/cflash.jar"
# Create the executable # Create the executable
install -d "$pkgdir/usr/bin" install -d "$pkgdir/usr/bin"