3 ## live-build(7) - System Build Scripts
4 ## Copyright (C) 2006-2014 Daniel Baumann <mail@daniel-baumann.ch>
6 ## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
7 ## This is free software, and you are welcome to redistribute it
8 ## under certain conditions; see COPYING for details.
15 if [ -d "config/templates/${PACKAGE}" ]
17 TEMPLATES
="config/templates/${PACKAGE}"
18 elif [ -d "${LB_TEMPLATES}/${PACKAGE}" ]
20 TEMPLATES
="${LB_TEMPLATES}/${PACKAGE}"
22 Echo_error
"%s templates not accessible in %s nor config/templates" "${PACKAGE}" "${LB_TEMPLATES}"