From d06c0d0403c0747bd088e25ca28329c710dedf73 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Tue, 4 Nov 2008 11:06:05 +0100 Subject: fixes for cleaner package installation --- unofficial/modules/dieter/procedures/automatic | 2 ++ 1 file changed, 2 insertions(+) (limited to 'unofficial/modules/dieter/procedures') diff --git a/unofficial/modules/dieter/procedures/automatic b/unofficial/modules/dieter/procedures/automatic index 9bea7a6..75b08d9 100644 --- a/unofficial/modules/dieter/procedures/automatic +++ b/unofficial/modules/dieter/procedures/automatic @@ -64,6 +64,8 @@ EOF worker_package_list () { $SVN export $SVN_BASE/ddm-configs/$TARGET_HOST/trunk/package-list $var_PKG_FILE || die_error "Could not export package list!" + TARGET_PACKAGES=`cat $var_PKG_FILE` # beware, there are newlines in it now + TARGET_PACKAGES=`echo $TARGET_PACKAGES` # not anymore :) } -- cgit v1.2.3-54-g00ecf