Skip to content
This repository has been archived by the owner on Jul 21, 2018. It is now read-only.

Commit

Permalink
Fix ivy.jar directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Oct 24, 2017
1 parent 03984bf commit c450854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions filebot-compiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ install_packages() {
mkdir -p "${APACHE_IVY_SOURCE}"
echo "[${OK}OK${NC}] Download new changes in Apache Ivy repository..."
wget -qP "${APACHE_IVY_SOURCE}" "${APACHE_IVY_FILE}"
ant -S jar -buildfile "${APACHE_IVY_SOURCE}"
mv "${APACHE_IVY_SOURCE}/ivy.jar" "/usr/share/ant/lib/"
ant -S -buildfile "${APACHE_IVY_SOURCE}"
mv "${APACHE_IVY_SOURCE}/ivy/ivy.jar" "/usr/share/ant/lib/"
fi
}

Expand Down

0 comments on commit c450854

Please sign in to comment.