Minor fixes.

This commit is contained in:
Laurence Withers 2006-07-25 09:27:37 +01:00
parent cffa0b8b48
commit e6a21ad4fa
3 changed files with 3 additions and 3 deletions

View File

@ -226,7 +226,7 @@ install_symlink() {
build_target() {
ITEMS="src/$1/build.default"
if [ ! -e "${ITEM}" ]
if [ ! -e "${ITEMS}" ]
then
ITEMS="$(find src -type f -name build.$1)"
fi

View File

@ -2,7 +2,7 @@
# @NAME@_BUILT
#
#@TODO@ build_target libs
#@TODO@ build_target libs || return 1
if [ -z ${@NAME@_BUILT} ]
then

View File

@ -2,7 +2,7 @@
# @NAME@_BUILT
#
#@TODO@ build_target libs
#@TODO@ build_target libs || return 1
if [ -z ${@NAME@_BUILT} ]
then