finish cdist-object-codegen-all

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-16 20:24:58 +01:00
commit 80c745383a
3 changed files with 29 additions and 102 deletions

View file

@ -141,9 +141,8 @@ __cdist_object_list()
cd "${basedir}"
find . -name "$__cdist_name_object_source" | \
sed -e "s;$__cdist_name_object_source\$;;" \
-e 's;^./;;'
find . -name "$__cdist_name_object_source" | \
sed -e "s;$__cdist_name_object_source\$;;" -e 's;^./;;'
}
__cdist_tmp_removal()