From aca55a8d49a4185b8c9e8fe497a1b3f175cac71f Mon Sep 17 00:00:00 2001 From: Paul Varner Date: Mon, 23 May 2011 16:28:33 -0500 Subject: Fix revdep-rebuild to use the ORDER_FILE for the final emerge command. Bug 368475 --- bin/revdep-rebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/revdep-rebuild b/bin/revdep-rebuild index 7d89238..6b584cf 100755 --- a/bin/revdep-rebuild +++ b/bin/revdep-rebuild @@ -1111,8 +1111,8 @@ setup_search_paths_and_masks() { ## # Rebuild packages owning broken binaries rebuild() { - if [[ -r $LIST.5_order && -s $LIST.5_order ]]; then - REBUILD_LIST=( $(<"$LIST.5_order") ) + if [[ -r $ORDER_FILE && -s $ORDER_FILE ]]; then + REBUILD_LIST=( $(<"$ORDER_FILE") ) REBUILD_LIST="${REBUILD_LIST[@]/#/=}" else REBUILD_LIST=$(sort -u "$EBUILDS_FILE") -- cgit v1.2.3-18-g5258