Searched refs:do_from (Results 1 – 1 of 1) sorted by relevance
45 register_option "--from=<url>" do_from "Specify source package" "$PACKAGE"48 do_from () { CCACHE_URL=$1; CCACHE_PACKAGE=`basename $1`; } function