mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
autofirma: fix passing arguments to app
This commit is contained in:
parent
2e49574f5c
commit
0d97320c86
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
#! /bin/sh
|
||||
java -jar /usr/share/java/autofirma/AutoFirma.jar
|
||||
java -jar /usr/share/java/autofirma/AutoFirma.jar "$@"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'autofirma'
|
||||
pkgname=autofirma
|
||||
version=1.8.2
|
||||
revision=1
|
||||
revision=2
|
||||
_jmulticard_version=1.8
|
||||
hostmakedepends="apache-maven openjdk11"
|
||||
depends="virtual?java-environment"
|
||||
|
|
Loading…
Add table
Reference in a new issue