From ef860295ea80101d7d992bb2450ff887fea0d288 Mon Sep 17 00:00:00 2001 From: Jan Weitzel Date: Tue, 23 Aug 2011 10:10:30 +0200 Subject: also update collection with migrate If you use migrate to go to a new ptxdist version, collections are untouched. This can result in problems Signed-off-by: Jan Weitzel Signed-off-by: Michael Olbrich --- bin/ptxdist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/ptxdist b/bin/ptxdist index 80bce358b..f60767ae6 100755 --- a/bin/ptxdist +++ b/bin/ptxdist @@ -1699,6 +1699,9 @@ do_migrate() for part in ptx platform; do do_config oldconfig "${part}" || return done + if [ -e "${PTXDIST_COLLECTIONCONFIG}" ]; then + do_config oldconfig collection + fi } -- cgit v1.2.3