Skip to content

Commit

Permalink
make sure we keep installed packages even if they come from preinstal…
Browse files Browse the repository at this point in the history
…led images
  • Loading branch information
coolo committed Jun 29, 2012
1 parent 9e5b4a7 commit 9868df1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init_buildsystem
Original file line number Diff line number Diff line change
Expand Up @@ -1012,6 +1012,7 @@ for PKG in $PACKAGES_TO_INSTALL $PACKAGES_TO_CBINSTALL; do
fi
read PKG_HDRMD5 PKGID < $BUILD_ROOT/.preinstall_image/$PKG
echo "preinstalled ${PKGID%% *}"
echo "$PKGID" > $BUILD_ROOT/installed-pkg/$PKG
continue
fi
PKG_HDRMD5=
Expand Down

0 comments on commit 9868df1

Please sign in to comment.