support pacman packaging system

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2010-09-19 14:34:11 +02:00
commit 39d737014d
4 changed files with 5 additions and 7 deletions

View file

@ -19,8 +19,6 @@
#
#
#reports="hostname os"
. cdist-config
cd ${CDIST_LIBDIR}
@ -29,7 +27,6 @@ for func in cdist_explore_*; do
#func="cdist_explore_$report"
var="__$func"
. "${CDIST_LIBDIR}/${func}"
eval $var=\"\$\($func\)\"
eval echo $var=\\\"\$$var\\\"
done