apache-ant: fix installation.
This commit is contained in:
parent
81c15adbe4
commit
432a1664cc
1 changed files with 2 additions and 2 deletions
|
@ -18,11 +18,11 @@ do_configure() {
|
||||||
sed -i 's/jars,test-jar/jars/' build.xml
|
sed -i 's/jars,test-jar/jars/' build.xml
|
||||||
}
|
}
|
||||||
do_build() {
|
do_build() {
|
||||||
source /etc/profile.d/oracle-jdk.sh
|
source /etc/profile.d/10_oracle-jdk.sh
|
||||||
./build.sh -Ddist.dir=$DESTDIR/$_prefix jars
|
./build.sh -Ddist.dir=$DESTDIR/$_prefix jars
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
source /etc/profile.d/oracle-jdk.sh
|
source /etc/profile.d/10_oracle-jdk.sh
|
||||||
./build.sh -Ddist.dir=$DESTDIR/$_prefix dist
|
./build.sh -Ddist.dir=$DESTDIR/$_prefix dist
|
||||||
|
|
||||||
vinstall ${FILESDIR}/apache-ant.sh 644 etc/profile.d
|
vinstall ${FILESDIR}/apache-ant.sh 644 etc/profile.d
|
||||||
|
|
Loading…
Reference in a new issue