mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
davmail: fix name of etc/profile.d/10_openjdk*.sh in template
This commit is contained in:
parent
7d5efdf34e
commit
e394acbfb8
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'davmail'
|
# Template file for 'davmail'
|
||||||
pkgname=davmail
|
pkgname=davmail
|
||||||
version=5.5.1
|
version=5.5.1
|
||||||
revision=2
|
revision=3
|
||||||
_commit=3299
|
_commit=3299
|
||||||
wrksrc=davmail-src-${version}-${_commit}
|
wrksrc=davmail-src-${version}-${_commit}
|
||||||
hostmakedepends="openjdk8 apache-ant"
|
hostmakedepends="openjdk8 apache-ant"
|
||||||
|
@ -13,7 +13,7 @@ distfiles="${SOURCEFORGE_SITE}/davmail/davmail-src-${version}-${_commit}.tgz"
|
||||||
checksum=63e14eeda3fed2a1a5c55f864a8832f8842d597e797ca1e8874c9b66b811f508
|
checksum=63e14eeda3fed2a1a5c55f864a8832f8842d597e797ca1e8874c9b66b811f508
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
. /etc/profile.d/10_openjdk8.sh
|
. /etc/profile.d/openjdk.sh
|
||||||
. /etc/profile.d/apache-ant.sh
|
. /etc/profile.d/apache-ant.sh
|
||||||
|
|
||||||
ant jar
|
ant jar
|
||||||
|
|
Loading…
Add table
Reference in a new issue