While we're here, simple app installer section 2: the license file. It's sitting in the base folder, as Art View.license. It needs to end up in
/Library/Application Support/Code Line/Art View
I think I'm in the neighborhood here, but not there yet.
install-license: l_I_don_get_how_to_name_this_part
@sudo mkdir -p ${WORK_D}/Library/Application\ Support/Code\ Line/Art\ View
@sudo chmod -R 755 ${WORK_D}/Library/Application\ Support/Code\ Line/Art\ View
@sudo ${CP} ./Art\ View.license ${WORK_D}/Library/Application\ Support/Code\ Line/Art\ View/Art View.license
How far off am I?