You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
245 B

#!@l_prefix@/lib/openpkg/bash @l_prefix@/etc/rc
##
## rc.ant -- Run-Commands
##
%config
ant_enable="yes"
ant_home="@l_prefix@"
%env -p 999
if opServiceEnabled ant; then
ANT_HOME="$ant_home"
export ANT_HOME
fi