diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-04 11:06:05 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-04 11:06:05 +0100 |
commit | d06c0d0403c0747bd088e25ca28329c710dedf73 (patch) | |
tree | 4c1055fb4e584d080f95a8cbf5ef115d6e14ac20 /unofficial/modules | |
parent | bf091ae0928d38f8bea7858dc3b06cefca472cb9 (diff) |
fixes for cleaner package installation
Diffstat (limited to 'unofficial/modules')
-rw-r--r-- | unofficial/modules/dieter/procedures/automatic | 2 |
1 files changed, 2 insertions, 0 deletions
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 :) } |