Update PKGBUILD
This commit is contained in:
5
PKGBUILD
5
PKGBUILD
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user