ant/apache-ant-1.8.ant.conf

10 lines
138 B
Plaintext
Raw Normal View History

2020-02-14 11:28:59 +08:00
if [ -z "$no_config" ] ; then
no_config=true
fi
if $no_config ; then
rpm_mode=false
else
rpm_mode=true
ANT_HOME=/usr/share/ant
fi