slackbuilds_ponce/development/apache-ivy/doinst.sh
B. Watson 50710a784c development/apache-ivy: Fix and install doinst.sh.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-03-25 13:27:19 +00:00

5 lines
269 B
Bash

# 20170320 bkw: got rid of dead code (if [ "$1" = "0" ]... would never be
# true in a doinst), got rid of absolute paths, and there were comments
# missing their # so they were executed as code...
rm -f usr/share/java/ivy.jar
ln -s ivy-1.4.1.jar usr/share/java/ivy.jar